mirror of
https://github.com/fergalmoran/roboto-promoto.git
synced 2025-12-22 01:30:36 +00:00
Removed awesomeThings boilerplate
This commit is contained in:
@@ -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) {
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user