You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
In any case I'm not sure what you mean, to be honest... What is the use case that you are trying to cover here? Templates are cached by default. Are you after using a specific cache for templates defined on a route level? If so, what would be the purpose?
@aleksandrenko, I haven't heard from you and honestly, I've got not idea what you are asking in this issue... Going to close this one for now, please re-open when you've got more info.
It would be great to be able to set 'cache' for a template in a route. Easily and fast :)
.when('/', {
templateUrl: 'views/main.html',
controller: 'MainCtrl',
name: index
})
HTML:
<a href="{{ url.index }}">home link</a>
The text was updated successfully, but these errors were encountered: