mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00: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:
Vendored
+1
@@ -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