angular Boostrap can accept the implicit "document" dom object: http://docs.angularjs.org/guide/bootstrap

This commit is contained in:
basarat
2013-09-08 16:39:56 +10:00
parent bc9893ae20
commit a29d3c48d0

View File

@@ -32,6 +32,7 @@ declare module ng {
bootstrap(element: string, modules?: any[]): auto.IInjectorService;
bootstrap(element: JQuery, modules?: any[]): auto.IInjectorService;
bootstrap(element: Element, modules?: any[]): auto.IInjectorService;
bootstrap(element: Document, modules?: any[]): auto.IInjectorService;
copy(source: any, destination?: any): any;
element: IAugmentedJQueryStatic;
equals(value1: any, value2: any): boolean;