mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-22 16:20:44 +01:00
79a05b389f
- [wip] ws support
4 lines
120 B
JavaScript
4 lines
120 B
JavaScript
define(function () {
|
|
app.registerController('ProjectEditCtrl', ['$scope', '$http', function ($scope, $http) {
|
|
}]);
|
|
}); |