angular useful private members of scope

This commit is contained in:
basarat
2013-09-28 13:56:26 +10:00
parent b979419112
commit a27594622d
+4
View File
@@ -215,6 +215,10 @@ declare module ng {
$parent: IScope;
$id: number;
// Hidden members
$$isolateBindings: any;
$$phase: any;
}
interface IAngularEvent {