1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00

Update build and msg paritals

This commit is contained in:
Michael Crosby 2013-06-22 09:23:25 -09:00
parent 980bc6612e
commit 38f859f52d
7 changed files with 77 additions and 71 deletions

View file

@ -80,12 +80,12 @@ angular.module('dockerui.services', ['ngResource'])
return {
event: 'messageSend',
send: function(msg) {
$rootScope.$broadcast('messageSend', msg);
}
$rootScope.$broadcast('messageSend', msg);
}
};
})
.factory('Dockerfile', function(Settings) {
var url = Settings.rawUrl + '/build';
var url = Settings.rawUrl + '/build';
return {
build: function(file, callback) {
var data = new FormData();