Tests passing

This commit is contained in:
Ryan Cavanaugh
2016-07-26 16:10:38 -07:00
parent 639b88af6a
commit 3e0607feb4
5 changed files with 8 additions and 6 deletions

View File

@@ -1,6 +1,3 @@
/// <reference path="../angularjs/angular.d.ts" />
/// <reference path="./angular-deferred-bootstrap.d.ts" />
deferredBootstrapper.bootstrap(
{
element: window.document,

View File

@@ -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;