From bb9ea2ce4e277070216994a67d16da550576993e Mon Sep 17 00:00:00 2001 From: deltreey Date: Fri, 14 Aug 2015 00:23:04 -0400 Subject: [PATCH] Release: 1.0.7 --- F__Git_wildstring_wildstring.js.html | 4 ++-- index.html | 2 +- namespaces.list.html | 2 +- wildstring.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/F__Git_wildstring_wildstring.js.html b/F__Git_wildstring_wildstring.js.html index bc7744d..d007c53 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', 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/index.html b/index.html index 98c290c..869019f 100644 --- a/index.html +++ b/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/namespaces.list.html b/namespaces.list.html index 9ee6165..3e66aa9 100644 --- a/namespaces.list.html +++ b/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/wildstring.html b/wildstring.html index 8faa308..abedc2a 100644 --- a/wildstring.html +++ b/wildstring.html @@ -761,7 +761,7 @@ Documentation generated by JSDoc 3.3.2 - on Thu Aug 13th 2015 using the DocStrap template.