Use broccoli to build app

This commit is contained in:
Joe Fiorini
2015-02-04 09:38:54 -05:00
parent 2eb16eb04e
commit a9e0de98d7
150 changed files with 17234 additions and 16381 deletions

View File

@@ -16,6 +16,7 @@
export default
angular.module('LoadConfigHelper', ['Utilities'])
.factory('LoadConfig', ['$log', '$rootScope', '$http', 'ProcessErrors', 'Store', function($log, $rootScope, $http, ProcessErrors, Store) {