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

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -