Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gradesApp.config(['$routeProvider', function($routeProvider) {
- console.log('working');
- $routeProvider.otherwise({
- template: "wat"
- });
- }]);
- gradesApp.controller('MainCtrl', ['$scope', '$location',
- function($scope, $location) {
- $scope.test = 'test works';
- }
- ]);
Advertisement
Add Comment
Please, Sign In to add comment