UNPKG

mc-core

Version:
21 lines (16 loc) 437 B
export default ['$scope', '$http', function($scope, $http) { // TODO: provide project id? // $http.get('/api/project/{ID}').then(function (response) { // // TODO: Get response from api // $scope.project = { // id: 1, // name: 'Project one', // path: 'project-one', // pipelines: [{ // id: 1, // name: 'Pipeline one', // path: 'pipeline-one' // }] // } // }) }]