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

Commit d3da396

Browse files
docs(uiview): move @module to top of file
1 parent 8844374 commit d3da396

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/directives/viewDirective.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* @ng1api
3+
* @module directives
4+
*/
5+
16
import {
27
$QLike,
38
ActiveUIView,
@@ -24,11 +29,6 @@ import {
2429
ViewService,
2530
} from '@uirouter/core';
2631
import { IAugmentedJQuery, IInterpolateService, IScope, ITimeoutService, ITranscludeFunction } from 'angular';
27-
/**
28-
* @ng1api
29-
* @module directives
30-
*/
31-
/** for typedoc */
3232
import { ng as angular } from '../angular';
3333
import { Ng1Controller, Ng1StateDeclaration } from '../interface';
3434
import { getLocals } from '../services';

0 commit comments

Comments
 (0)