prashant93
prashant93
can we add overlay to whole page using spinner
when called templatecache clean-code is called but not template cache. gulp.task('templatecache', ['clean-code'], function () { log('Creating AngularJs templateCache'); return gulp.src(config.htmltemplates) .pipe($.minifyHtml({ empty: true })) .pipe($.angularTemplatecache(config.templateCache.files, config.templateCache.options)) .pipe(gulp.dest(config.temp)); }); 
how can we use different ui framework instead of bootstrap.
I think select boxes checkbox should have api for each pair of value and label for easy mapping to backend.  