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 was archived by the owner on Oct 2, 2019. It is now read-only.
As a part of the my code I need to clear the ngRoute template cache.
I run the following command $templateCache.removeAll();
After running this command when I go to a controller which uses UI select , it fails with a
Failed to load template: bootstrap/select-multiple.tpl.html error,
I would expect the control to re load the template in case it cant find it in the cache ? Is there a way i can achieve this ? is this a bug ?