diff --git a/documentation/F__Git_wildstring_wildstring.js.html b/documentation/F__Git_wildstring_wildstring.js.html index 671059b..bc7744d 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; } if (typeof(define) !== 'undefined') { define([], wildstring); } @@ -258,7 +258,7 @@ if (typeof(define) !== 'undefined') { define([], wildstring); } diff --git a/documentation/index.html b/documentation/index.html index f2fc3e1..98c290c 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 diff --git a/documentation/namespaces.list.html b/documentation/namespaces.list.html index 3b7c57d..9ee6165 100644 --- a/documentation/namespaces.list.html +++ b/documentation/namespaces.list.html @@ -165,7 +165,7 @@ diff --git a/documentation/wildstring.html b/documentation/wildstring.html index b71d73c..8faa308 100644 --- a/documentation/wildstring.html +++ b/documentation/wildstring.html @@ -761,7 +761,7 @@ diff --git a/package.json b/package.json index 63ba7bf..7ea3edb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wildstring", - "version": "1.0.5", + "version": "1.0.6", "description": "Simple String Wildcard Handling", "main": "wildstring.js", "scripts": {