mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
angular useful private members of scope
This commit is contained in:
Vendored
+4
@@ -215,6 +215,10 @@ declare module ng {
|
||||
$parent: IScope;
|
||||
|
||||
$id: number;
|
||||
|
||||
// Hidden members
|
||||
$$isolateBindings: any;
|
||||
$$phase: any;
|
||||
}
|
||||
|
||||
interface IAngularEvent {
|
||||
|
||||
Reference in New Issue
Block a user