angularjs - error in upgrading angular 1.2.12 to 1.3.15 -
all things working fine except url
with angular 1.2.12 if open url 127.0.0.1:8080/# remove '#' after trailing slash , new url 127.0.0.1:8080/ .
with angular 1.3.15 if open url 127.0.0.1:8080/# not change .
i used html5mode remove hashtags
$locationprovider.html5mode({ enabled: true, requirebase: false }); other can breaking change?
uses otherwise @ end of routes:
.otherwise({redirectto : '/'})
Comments
Post a Comment