angular: fixed a misunderstanding in how test system is set up

This commit is contained in:
Kasper Guldmann Nielsen
2017-06-21 21:24:16 +02:00
parent 2effeac8f0
commit c0bb38207d
6 changed files with 0 additions and 14 deletions

View File

@@ -1,6 +1,3 @@
// TypeScript Version: 2.3
let app: angular.IModule = angular.module('at', ['blockUI']);
app.config((blockUIConfig: angular.blockUI.BlockUIConfig) => {