Semaphore/public/js/controllers/projects/repositories.js

4 lines
128 B
JavaScript
Raw Normal View History

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