Added code for pushing notification to the client

pull/107/head
Viktor Verebelyi 2016-07-04 04:33:31 +01:00 committed by GitHub
parent 4014e7d12f
commit 4d5b4dd4c5
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@ gulp.task('watch', ['inject'], function () {
});
gulp.watch(path.join(conf.paths.src, '/app/**/*.html'), function(event) {
browserSync.reload(event.path);
browserSync.notify("reload:ng:views");//Push notification to clien with browserSync
});
});