Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 =...
Nick's user avatar
  • 2,907