diff --git a/F__Git_wildstring_wildstring.js.html b/F__Git_wildstring_wildstring.js.html index 671059b..bc7744d 100644 --- a/F__Git_wildstring_wildstring.js.html +++ b/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/index.html b/index.html index f2fc3e1..98c290c 100644 --- a/index.html +++ b/index.html @@ -138,7 +138,7 @@ grunt
grunt will run all the tests and jshint, so just make sure diff --git a/namespaces.list.html b/namespaces.list.html index 3b7c57d..9ee6165 100644 --- a/namespaces.list.html +++ b/namespaces.list.html @@ -165,7 +165,7 @@ diff --git a/wildstring.html b/wildstring.html index b71d73c..8faa308 100644 --- a/wildstring.html +++ b/wildstring.html @@ -761,7 +761,7 @@