Kill strict mode in favor of doing it once

This commit is contained in:
Joe Fiorini
2015-01-28 17:14:27 -05:00
parent a70d6b80aa
commit f4350f4a28
116 changed files with 641 additions and 114 deletions

View File

@@ -14,7 +14,7 @@
/*jshint evil:true */
'use strict';
angular.module('LoadConfigHelper', ['Utilities'])