Skip to content

Commit

Permalink
linagora#64 add missing template cache for receipient autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaNode committed Mar 18, 2021
1 parent 33ab19b commit d7bd1fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/app.run.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ angular
$templateCache.put('/views/commons/loading.html', require('esn-frontend-inbox/src/app/app-loading.pug'));
$templateCache.put('/unifiedinbox/app/components/composer/composer-desktop.html', require('esn-frontend-inbox/src/linagora.esn.unifiedinbox/app/components/composer/composer-desktop.pug'));
$templateCache.put('/unifiedinbox/app/components/composer/composer-mobile.html', require('esn-frontend-inbox/src/linagora.esn.unifiedinbox/app/components/composer/composer-mobile.pug'));
$templateCache.put('/unifiedinbox/views/composer/recipients-autocomplete-input-tag.html', require('esn-frontend-inbox/src/linagora.esn.unifiedinbox/views/composer/recipients-autocomplete-input-tag.pug'));
})
.run(function(sessionFactory, mailtoMailComposer) {
sessionFactory.bootstrapSession().then(() => {
Expand Down

0 comments on commit d7bd1fc

Please sign in to comment.