From bbc8d5cc3e1a41e01fa2f22efcc20a6952064856 Mon Sep 17 00:00:00 2001 From: deltreey Date: Fri, 14 Aug 2015 00:23:04 -0400 Subject: [PATCH] Release: 1.0.7 --- documentation/F__Git_wildstring_wildstring.js.html | 4 ++-- documentation/index.html | 2 +- documentation/namespaces.list.html | 2 +- documentation/wildstring.html | 2 +- package.json | 2 +- wildstring.js | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/documentation/F__Git_wildstring_wildstring.js.html b/documentation/F__Git_wildstring_wildstring.js.html index bc7744d..d007c53 100644 --- a/documentation/F__Git_wildstring_wildstring.js.html +++ b/documentation/F__Git_wildstring_wildstring.js.html @@ -227,7 +227,7 @@ var wildstring = { }; if (typeof(module) !== 'undefined') { module.exports = wildstring; } -if (typeof(angular) !== 'undefined') { angular.module('wildstring', []).factory = wildstring; } +if (typeof(angular) !== 'undefined') { angular.module('wildstring', []).factory('wildstring', function() { return wildstring; }); } if (typeof(define) !== 'undefined') { define([], wildstring); } @@ -258,7 +258,7 @@ if (typeof(define) !== 'undefined') { define([], wildstring); } Documentation generated by JSDoc 3.3.2 - on Thu Aug 13th 2015 using the DocStrap template. diff --git a/documentation/index.html b/documentation/index.html index 98c290c..869019f 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -138,7 +138,7 @@ grunt

grunt will run all the tests and jshint, so just make sure Documentation generated by JSDoc 3.3.2 - on Thu Aug 13th 2015 using the DocStrap template. diff --git a/documentation/namespaces.list.html b/documentation/namespaces.list.html index 9ee6165..3e66aa9 100644 --- a/documentation/namespaces.list.html +++ b/documentation/namespaces.list.html @@ -165,7 +165,7 @@ Documentation generated by JSDoc 3.3.2 - on Thu Aug 13th 2015 using the DocStrap template. diff --git a/documentation/wildstring.html b/documentation/wildstring.html index 8faa308..abedc2a 100644 --- a/documentation/wildstring.html +++ b/documentation/wildstring.html @@ -761,7 +761,7 @@ Documentation generated by JSDoc 3.3.2 - on Thu Aug 13th 2015 using the DocStrap template. diff --git a/package.json b/package.json index 7ea3edb..145f204 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wildstring", - "version": "1.0.6", + "version": "1.0.7", "description": "Simple String Wildcard Handling", "main": "wildstring.js", "scripts": { diff --git a/wildstring.js b/wildstring.js index 7211c2d..340cbe4 100644 --- a/wildstring.js +++ b/wildstring.js @@ -173,5 +173,5 @@ var wildstring = { }; if (typeof(module) !== 'undefined') { module.exports = wildstring; } -if (typeof(angular) !== 'undefined') { angular.module('wildstring', []).factory = wildstring; } +if (typeof(angular) !== 'undefined') { angular.module('wildstring', []).factory('wildstring', function() { return wildstring; }); } if (typeof(define) !== 'undefined') { define([], wildstring); }