diff --git a/gulpfile.js b/gulpfile.js index 9f6b107ba6..d4f0ec8c45 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -354,6 +354,17 @@ gulp.task('copy.web-animations', function() { .pipe(gulp.dest('dist/js')); }) +gulp.task('src.link', function(done) { + watch(['/ionic/**/*.ts', 'ionic/**/*.scss'], function(file) { + gulp.start('src'); + }); + + + watch('demos/**/*', function() { + gulp.start('demos:all'); + }); +}) + gulp.task('src', function(done){ runSequence( 'clean', diff --git a/ionic/components/list/test/repeat-headers/index.ts b/ionic/components/list/test/repeat-headers/index.ts index 3ad6100272..eb00e56260 100644 --- a/ionic/components/list/test/repeat-headers/index.ts +++ b/ionic/components/list/test/repeat-headers/index.ts @@ -7,7 +7,7 @@ import {App} from 'ionic/ionic'; class IonicApp { constructor() { this.people = [ - {"name": "Adam Bradley", "components": [ "app", "badge", "button", "card"]}, + {"name": "Adam Bradley", "components": [ "all the things"]}, {"name": "Max Lynch", "components": [ "checkbox", "content", "form"]}, {"name": "Tim Lancina", "components": [ "tabs"]} ]; diff --git a/ionic/components/list/test/repeat-headers/main.html b/ionic/components/list/test/repeat-headers/main.html index 82d5b1319d..a1b8088a8d 100644 --- a/ionic/components/list/test/repeat-headers/main.html +++ b/ionic/components/list/test/repeat-headers/main.html @@ -1,13 +1,13 @@ List Headers Borders - + {{person.name}} - {{component}} + {{component}}