Merge branch 'alpha37'

This commit is contained in:
Adam Bradley
2015-09-11 21:04:02 -05:00
53 changed files with 101 additions and 327 deletions

View File

@ -179,9 +179,6 @@ gulp.task('bundle.ionic', ['transpile'], function() {
prepend.push('window.Element.prototype.animate=undefined;');
}
// prepend correct system paths
prepend.push('System.config({ "paths": { "ionic/*": "ionic/*", "rx": "rx" } });');
return gulp.src([
'dist/src/es5/system/ionic/**/*.js'
])