aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/cacheFactorySpec.js
AgeCommit message (Collapse)Author
2012-11-25feat($cacheFactory): cache.put now returns the added valueJP Sugarbroad
This allows common programming patterns to be expressed with more concise code. See #1583 for code examples.
2012-11-24fix($cacheFactory): return undefined when removing non-existent entryJeremy Tymes
Instead of throwning an exception, remove should return undefined when cache entry to be removed doesn't exist. Closes #1497
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery