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:
Michel Salib
2013-12-09 12:06:58 +01:00
parent 94579b4c6f
commit 3454ad17a9

View File

@@ -8,6 +8,7 @@
declare module ng.ui {
interface IState {
name?: string;
template?: any;
templateUrl?: any;
templateProvider?: () => string;