Angular examples working again

This commit is contained in:
Max Lynch
2013-10-01 16:24:01 -05:00
parent 04bfa7c524
commit 81faada6f1
13 changed files with 27 additions and 668 deletions

View File

@ -1,7 +1,7 @@
/**
* Adapted from Backbone.js
*/
(function(window, document, ionic) {
(function(ionic) {
var optionalParam = /\((.*?)\)/g;
var namedParam = /(\(\?)?:\w+/g;
var splatParam = /\*\w+/g;
@ -111,4 +111,4 @@
return matched;
},
};
})(this, document, ion = this.ionic || {});
})(window.ionic);