UNPKG

generator-ngfs

Version:

Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node

8 lines (6 loc) 246 B
'use strict' angular.module('<%= scriptAppName %>') .controller '<%= classedName %>Ctrl', ['$scope', '$http', ($scope, $http) -> $http.get('/api/awesomeThings').success (awesomeThings) -> $scope.awesomeThings = awesomeThings ]