aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/cacheFactorySpec.js
AgeCommit message (Collapse)Author
2013-08-15feat(minerr): log minerr doc url in developmentKen Sheedlo
Closes #3566
2013-06-17chore(minErr): replace ngError with minErrKen Sheedlo
2013-05-24feat(ngError): add error message compression and better error messagesIgor Minar
- add toThrowNg matcher
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