Questions tagged [angular-templatecache]

gulp-angular-templatecache - Concatenates and registers AngularJS templates in the $templateCache.

GulpJS plugin that combines all your HTML template partials into 1 JS module that can be concatenated into your final app.min file.

Links:

71 questions
1
vote
1 answer

How to use $templateCache for partials that are used in ui-router?

.state ('pages', { url: '/pages', templateUrl: 'views/common.html' })