AngularJS - ui.router not working when using Firefox and crome v.49 [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . Demo not working in firefox <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 (