Semaphore/public/js/controllers/projects/keys.js
Matej Kramny 79a05b389f Project ui, ws
- [wip] ws support
2016-04-02 13:40:07 +01:00

4 lines
120 B
JavaScript

define(function () {
app.registerController('ProjectKeysCtrl', ['$scope', '$http', function ($scope, $http) {
}]);
});