mirror of
https://github.com/fergalmoran/roboto-promoto.git
synced 2025-12-22 09:37:37 +00:00
Routes scaffolding figured out
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user