Skip to content

Commit f4d99b0

Browse files
fix(uiView): Fix cfg.getTemplate is undefined
Closes #3275 Closes #3410
1 parent f6d23c3 commit f4d99b0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/directives/viewDirective.ts

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@
33
* @module directives
44
*/ /** for typedoc */
55
import { ng as angular } from "../angular";
6-
import {
7-
IInterpolateService, IScope, ITranscludeFunction, IAugmentedJQuery,
8-
ICompileService, IControllerService, ITimeoutService, noop
9-
} from "angular";
6+
import { IInterpolateService, IScope, ITranscludeFunction, IAugmentedJQuery, ITimeoutService } from "angular";
107

118
import {
129
extend, unnestR, filter, tail, isDefined, isFunction, isString, trace, parse,
1310
ActiveUIView, TransitionService, ResolveContext, Transition, PathNode, StateDeclaration,
14-
Param, kebobString, HookRegOptions, ViewService, $QLike, Obj, TypedMap
11+
Param, kebobString, HookRegOptions, ViewService, $QLike, Obj, TypedMap, noop,
1512
} from "@uirouter/core";
1613
import {Ng1ViewConfig} from "../statebuilders/views";
1714
import {Ng1Controller, Ng1StateDeclaration} from "../interface";

0 commit comments

Comments
 (0)