Try to fix tests for angular-loading-bar types

This commit is contained in:
Tyrone Dougherty
2017-09-15 14:45:12 +10:00
committed by Tyrone Dougherty
parent 01bd29a7a0
commit 2d8711df7d
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,4 @@
var app = angular.module('testModule', ['angular-loading-bar']);
class TestController {

View File

@@ -7,6 +7,8 @@
/// <reference types="angular" />
import * as angular from 'angular';
declare module 'angular' {
export namespace loadingBar {