On my config function when I pass the param ".config(function($urlRouterProvider)" I got this error
Uncaught object angular.min.js:6
(anonymous function) angular.min.js:6
(anonymous function) angular.min.js:34
q angular.min.js:7
f angular.min.js:33
Cb angular.min.js:37
d angular.min.js:18
fc angular.min.js:18
id angular.min.js:17
(anonymous function) angular.min.js:217
a angular.min.js:146
(anonymous function) angular.min.js:31
q angular.min.js:7
De.c angular.min.js:31
I've also downloaded the lastest version of angular and the route module.
I think you might have forgotten to include ng-route module in your app.
var app = angular.module('yourApp',['ngRoute']);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With