Semaphore/public/js/controllers/projects/edit.js

4 lines
120 B
JavaScript
Raw Normal View History

2016-04-02 14:40:07 +02:00
define(function () {
app.registerController('ProjectEditCtrl', ['$scope', '$http', function ($scope, $http) {
}]);
});