I'm struggling to get angular-cache
set up properly. According to the documentation:
Angular-cache is a dependency of angular-data and must be loaded before angular-data if you are using angular-data.
That's all well and good, but what if I only want to use angular-cache
without worrying about angular-data
?
The documentation also states:
Your Angular app must depend on the module "angular-data.DSCacheFactory" in order to use angular-cache.
So my question is: do I really need both, or is there a way to just utilize angular-cache
alone?