mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
the $observe function
http://docs.angularjs.org/guide/directive#attributes
This commit is contained in:
1
angularjs/angular.d.ts
vendored
1
angularjs/angular.d.ts
vendored
@@ -119,6 +119,7 @@ declare module ng {
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
interface IAttributes {
|
||||
$set(name: string, value: any): void;
|
||||
$observe(name: string, fn:(value?:any)=>any):void;
|
||||
$attr: any;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user