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

@ -8,7 +8,6 @@ RosaABF.controller('ProjectScheduleController', ['$scope', '$http', function($sc
};
$scope.project = null;
$scope.owner = null;
$scope.items = [];
@ -32,5 +31,4 @@ RosaABF.controller('ProjectScheduleController', ['$scope', '$http', function($sc
);
}
}]);