You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -332,28 +334,24 @@ describe('state', function () {
332
334
expect($state.current).toBe(D);
333
335
}));
334
336
335
-
it('does not trigger $stateChangeSuccess when suppressed, but changes state',inject(function($state,$q,$rootScope){
337
+
it('does not trigger $stateChangeSuccess or $viewContentLoading when suppressed, but changes state',inject(function($state,$q,$rootScope,$httpBackend){
0 commit comments