-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AngularJS 1.3 Support? #1452
Comments
Could you be more specific? |
Yeah, when upgrading to 1.3, I get loads of $animate errors. When looking at the breaking changes introduced in 1.3, there are some parameter and default parameter changes. It specifically says to search your code for the old $animate syntax and replace with the new one. When searching through my bower_components, ui-router comes up once or twice. https://docs.angularjs.org/guide/migration has more details on it, but I was just wondering if this needed to be addressed. |
#1397 is fixed in master. @tannerlinsley Can I get a plunkr for $animate errors? |
@christopherthielen we are having the issue in 0.2.11 as well as 0.2.12 (master). We're using Bower/Require, and it looks like |
👍 am also hoping for quick release of 0.2.12 to bower |
I don't know what the error is. I'll need a plunkr in order to determine the bug and fix it. |
Are you saying you tried to use bower to grab master? It doesn't work that way, you have to build master yourself. Check the header of angular-ui-router.js and it will probably say 0.2.11. @AimeeKnight please confirm. |
@christopherthielen Apologies. You're correct. |
👍 for quick release |
+1 |
Also see issues with how state.href works. It' checks for !$locationProvider.html5Mode(), but in 1.3 the location manager is setting that value to an object, seen below html5Mode = { This always evaluates to "true" (despite enabled = false) and therefore all calls to state.href are stripping the "#" from generated urls. Should I create a separate bug for this? |
+1 for the change to html5Mode() return type. My Urls are not getting prepended with '#' anymore. |
It there are still problems using angular 1.3, please open a new issue with explicit details, thanks |
There seem to be breaking changes for a couple of 1.3 things. Is ui-router 100% compatible with these changes?
The text was updated successfully, but these errors were encountered: