84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
今天发现浏览器中url居然多了一个叹号,有人知道是怎么回事么?
http://localhost:3000/#!/home
Have you upgraded the new version of ng-route? The default is '#!'.
Official documentation is here:https://docs.angularjs.org/api/ng/provider/$locationProvider
https://docs.angularjs.org/api/ng/provider/$locationProvider
You can usehashPrefixto remove the exclamation point in config.
hashPrefix
$locationProvider.hashPrefix('');
You can search angular hashbang
Have you upgraded the new version of ng-route? The default is '#!'.
Official documentation is here:
https://docs.angularjs.org/api/ng/provider/$locationProvider
You can use
hashPrefix
to remove the exclamation point in config.You can search angular hashbang