GUAC-1161: Pre-cache Angular templates during build.

This commit is contained in:
Michael Jumper
2015-04-22 15:50:46 -07:00
parent 2650c4087e
commit 4215cd4f1e
3 changed files with 25 additions and 1 deletions

View File

@@ -35,5 +35,6 @@ angular.module('index', [
'notification',
'pascalprecht.translate',
'rest',
'settings'
'settings',
'templates-main'
]);