Release: 1.0.7

This commit is contained in:
deltreey
2015-08-14 00:23:04 -04:00
parent a2feef3bb6
commit bbc8d5cc3e
6 changed files with 7 additions and 7 deletions

View File

@@ -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); }