URL hash-bang (#!/) prefix instead of simple hash (#/) in Angular 1.6
问题 My URLs on an AngularJS project has changed from localhost:3000/admin#/ to localhost:3000/admin#!/ since the last time I worked on my project... Nothing found on the web, does someone know what is this ? 回答1: It is new from AngularJS 1.6, which added a new hash prefix. Due to aa077e8, the default hash-prefix used for $location hash-bang URLs has changed from the empty string ( '' ) to the bang ( '!' ). If your application does not use HTML5 mode or is being run on browsers that do not support