|
|
@@ -34,11 +34,6 @@ define([ 'angularAMD', 'ui.router', 'ui-bootstrap', 'ngLocal', 'ngTable', 'commo
|
|
|
});
|
|
|
}]);
|
|
|
|
|
|
- app.controller('LeftCtrl', ['$scope', function($scope) {
|
|
|
-
|
|
|
- }]);
|
|
|
-
|
|
|
-
|
|
|
app.controller('ProjectListCtrl', ['$scope', '$rootScope', 'toaster', 'ngTableParams', 'BaseService', 'Project', '$modal',
|
|
|
function ($scope, $rootScope, toaster, ngTableParams, BaseService, Project, $modal) {
|
|
|
|