This commit is contained in:
Paulo Cesar
2014-08-05 22:02:48 -03:00

View File

@@ -1054,7 +1054,7 @@ declare module ng {
): IDirectivePrePost;
}
interface IDirective {
interface IDirective{
compile?: IDirectiveCompileFn;
controller?: any;
controllerAs?: string;