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

Commit 35bf8cc

Browse files
chore(tslint): no-trailing-whitespace
1 parent d057952 commit 35bf8cc

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
@@ -1,6 +1,6 @@
1-
/**
2-
* @ng1api
3-
* @module directives
1+
/**
2+
* @ng1api
3+
* @module directives
44
*/ /** for typedoc */
55
import { ng as angular } from "../angular";
66
import { IInterpolateService, IScope, ITranscludeFunction, IAugmentedJQuery, ITimeoutService } from "angular";
@@ -398,7 +398,7 @@ function $ViewDirectiveFill($compile: angular.ICompileService,
398398
let getComponentController = () => {
399399
let directiveEl = [].slice.call($element[0].children)
400400
.filter((el: Element) => el && el.tagName && tagRegexp.exec(el.tagName)) ;
401-
401+
402402
return directiveEl && angular.element(directiveEl).data(`$${cmp}Controller`);
403403
};
404404

0 commit comments

Comments
 (0)