Skip to content

Commit 45708af

Browse files
committed
Match documentation
1 parent 3ab3826 commit 45708af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ export interface Ng1StateDeclaration extends _Ng1StateDeclaration, Ng1ViewDeclar
272272
* - controllerAs
273273
* - controllerProvider
274274
*/
275-
views?: { [key: string]: Ng1ViewDeclaration; };
275+
views?: { [key: string]: Ng1ViewDeclaration | string; };
276276

277277
/**
278278
* A state hook invoked when a state is being entered.

0 commit comments

Comments
 (0)