Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit 2073d77

Browse files
chore(tslint): object-curly-spacing
1 parent eb9f7ba commit 2073d77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/directives/viewDirective.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import {
1010
ActiveUIView, TransitionService, ResolveContext, Transition, PathNode, StateDeclaration,
1111
Param, kebobString, HookRegOptions, ViewService, $QLike, Obj, TypedMap, noop,
1212
} from "@uirouter/core";
13-
import {Ng1ViewConfig} from "../statebuilders/views";
14-
import {Ng1Controller, Ng1StateDeclaration} from "../interface";
15-
import {getLocals} from "../services";
13+
import { Ng1ViewConfig } from "../statebuilders/views";
14+
import { Ng1Controller, Ng1StateDeclaration } from "../interface";
15+
import { getLocals } from "../services";
1616
import { ng1_directive } from "./stateDirectives";
1717

1818
/** @hidden */
@@ -486,7 +486,7 @@ function registerControllerCallbacks($q: angular.IQService,
486486
return promise;
487487
};
488488

489-
let criteria = {exiting: viewState.name};
489+
let criteria = { exiting: viewState.name };
490490
$scope.$on('$destroy', <any> $transitions.onBefore(criteria, wrappedHook, hookOptions));
491491
}
492492
}

0 commit comments

Comments
 (0)