angular-es-utils
Advanced tools
Comparing version 1.2.23 to 1.2.24
{ | ||
"name": "angular-es-utils", | ||
"version": "1.2.23", | ||
"version": "1.2.24", | ||
"description": "es utils design for angular1.x", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports.apiPrefix = undefined; | ||
exports.setApiPrefix = setApiPrefix; | ||
@@ -23,4 +23,8 @@ require('angular-resource'); | ||
var apiPrefix = exports.apiPrefix = ''; | ||
var apiPrefix = ''; | ||
function setApiPrefix(prefix) { | ||
apiPrefix = prefix; | ||
} | ||
exports.default = function (url, cache, params, additionalActions) { | ||
@@ -27,0 +31,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21135
512