JS minification

This commit is contained in:
chouseknecht
2013-07-08 10:44:31 -04:00
parent 345085a165
commit ec9c96cef4
8 changed files with 386 additions and 14 deletions

View File

@@ -10,8 +10,8 @@
*/
angular.module('ProjectPathHelper', ['RestServices', 'Utilities'])
.factory('GetProjectPath', ['Alert', 'Rest', 'GetBasePath','ProcessErrors', 'Alert',
function(Alert, Rest, GetBasePath, ProcessErrors, Alert) {
.factory('GetProjectPath', ['Alert', 'Rest', 'GetBasePath','ProcessErrors',
function(Alert, Rest, GetBasePath, ProcessErrors) {
return function(params) {
var scope = params.scope;