#354: cleanup
This commit is contained in:
parent
93885af29a
commit
95d5d7f4e5
|
@ -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
|
|||
);
|
||||
}
|
||||
|
||||
|
||||
}]);
|
Loading…
Reference in New Issue