Controller is a valid directive member

This commit is contained in:
basarat
2013-10-01 22:27:10 +10:00
parent 741fb5cd6e
commit 2a1a03c61f
+1
View File
@@ -679,6 +679,7 @@ declare module ng {
scope?: any;
link?: Function;
compile?: Function;
controller?: Function;
}
///////////////////////////////////////////////////////////////////////////