Closed nikrabaev closed 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 ;)
@inberware Urigo/angular-meteor-docs#75 should fix it
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.