Routes scaffolding figured out

This commit is contained in:
Fergal Moran
2014-03-21 22:04:25 +00:00
parent 7ccc745eb7
commit d4e760aee7
15 changed files with 26 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
'use strict';
angular.module('robotoApp')
angular.module('robotoPromotoApp')
.controller('MainCtrl', function ($scope, $http) {
$http.get('/api/awesomeThings').success(function(awesomeThings) {
$scope.awesomeThings = awesomeThings;