#354: cleanup
This commit is contained in:
parent
93885af29a
commit
95d5d7f4e5
|
@ -8,7 +8,6 @@ RosaABF.controller('ProjectScheduleController', ['$scope', '$http', function($sc
|
||||||
};
|
};
|
||||||
$scope.project = null;
|
$scope.project = null;
|
||||||
$scope.owner = null;
|
$scope.owner = null;
|
||||||
|
|
||||||
$scope.items = [];
|
$scope.items = [];
|
||||||
|
|
||||||
|
|
||||||
|
@ -32,5 +31,4 @@ RosaABF.controller('ProjectScheduleController', ['$scope', '$http', function($sc
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}]);
|
}]);
|
Loading…
Reference in New Issue