This commit is contained in:
Vokhmin Alexey V 2014-02-18 23:18:22 +04:00
parent 93885af29a
commit 95d5d7f4e5
1 changed files with 3 additions and 5 deletions

View File

@ -6,10 +6,9 @@ RosaABF.controller('ProjectScheduleController', ['$scope', '$http', function($sc
'1': 'autostart_statuses.1',
'2': 'autostart_statuses.2'
};
$scope.project = null;
$scope.owner = null;
$scope.items = [];
$scope.project = null;
$scope.owner = null;
$scope.items = [];
$scope.init = function(name_with_owner) {
@ -32,5 +31,4 @@ RosaABF.controller('ProjectScheduleController', ['$scope', '$http', function($sc
);
}
}]);