I use Angularjs 1.2.21 in my project.
I download and install angular-route.min.js file
from this resource.
I get this error.
Here is main module definition:
angular.module('dashboard', ['ngRoute','layers'])
.config(function ($urlRouterProvider) {});
Any idea why I get the error above?