Semaphore/public/js/controllers/projects/environment.js

4 lines
127 B
JavaScript
Raw Normal View History

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