Semaphore/public/js/controllers/projects/keys.js

4 lines
120 B
JavaScript
Raw Normal View History

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