Removed awesomeThings boilerplate

This commit is contained in:
Fergal Moran
2014-03-27 15:53:38 +00:00
parent c588eff762
commit 2023a63781
6 changed files with 38 additions and 82 deletions

View File

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