All Questions
Tagged with angularjs-events angular-ui-router
1 question
1
vote
2
answers
710
views
stateChangeStart event in Angular doesn't fire when refreshing page
I have a custom directive:
export class XHideDirective {
static $inject = ["$rootScope"];
static $rootScope: any;
public static build($rootScope) {
var directive: ng.IDirective =...