Angularjs ngRoute is not working in firefox [duplicate]
问题 This question already has an answer here : AngularJS - ui.router not working when using Firefox and crome v.49 [closed] (1 answer) Closed 3 years ago . <script> var app = angular.module('singlepageapp', ['ngRoute']) app.config(['$routeProvider', function ($routeProvider) { $routeProvider .when('/About', { templateUrl: 'DistrictMaps/About.aspx', }) .when('/Ch', { templateUrl: 'DistrictMaps/Ch.aspx', }) }]); app.run(function ($rootScope) { $rootScope.$on('$viewContentLoaded', function () { $(