If...
var app = angular.module('myApp', []);
...was upstream of the app.config stuff here, then one could add a controller to the application like so:
app.controller('fooCtrl', function (etc...
No comments:
Post a Comment