mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Angular UI states have a name attribute
This is not documenting, but a name attribute is exposed, and is very useful.
This commit is contained in:
1
angular-ui/angular-ui-router.d.ts
vendored
1
angular-ui/angular-ui-router.d.ts
vendored
@@ -8,6 +8,7 @@
|
||||
declare module ng.ui {
|
||||
|
||||
interface IState {
|
||||
name?: string;
|
||||
template?: any;
|
||||
templateUrl?: any;
|
||||
templateProvider?: () => string;
|
||||
|
||||
Reference in New Issue
Block a user