mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Tests passing
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
/// <reference path="../angularjs/angular.d.ts" />
|
||||
/// <reference path="./angular-deferred-bootstrap.d.ts" />
|
||||
|
||||
deferredBootstrapper.bootstrap(
|
||||
{
|
||||
element: window.document,
|
||||
|
||||
2
angular-deferred-bootstrap/index.d.ts
vendored
2
angular-deferred-bootstrap/index.d.ts
vendored
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Markus Wagner <https://github.com/Ritzlgrmft/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
/// <reference path="../angularjs/angular.d.ts" />
|
||||
/// <reference types="angular" />
|
||||
|
||||
declare var deferredBootstrapper: angular.IDeferredBootstrapperStatic;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user