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