Urigo / meteor-angular-socially

angular-meteor example and tutorial app
https://www.angular-meteor.com/tutorials/socially/angular1/bootstrapping
155 stars 144 forks source link

'$stateChangeError' event on 8.11 is never received #108

Closed nikrabaev closed 8 years ago

nikrabaev commented 8 years ago

As I found out that's because of "angular-ui-router": "^1.0.0-alpha.4". Changing it to "angular-ui-router": "^0.2.18" fixed the issue.

kamilkisiela commented 8 years ago

As you can see here, the state events have been deprecated.

To make those events work in apps with angular-ui-router@1.0.0 you can always use $stateEvents.enable.


But I will just make Socially to use the latest stable version which is 0.2.18. Give me few minutes to update tutorial ;)

kamilkisiela commented 8 years ago

@inberware Urigo/angular-meteor-docs#75 should fix it