UNPKG
mc-core
Version:
latest (1.0.0-alpha.1)
1.0.0-alpha.1
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Deployments made simple
github.com/space-race/mc-core
space-race/mc-core
mc-core
/
ui
/
assets
/
js
/
controllers
/
projects.js
8 lines
(5 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
default [
'$scope'
,
'$http'
,
function
(
$scope
,
$http
) {
$http
.get(
'/api/projects/with-pipelines'
).
then
(
function
(response) {
$scope
.projects = response.data.data }) }]