| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-28 | chore(module): move files around in preparation for more modules | Misko Hevery | |
| 2012-03-26 | refactor($sniffer): make $sniffer service private | Igor Minar | |
| This service has been accidentaly documented in the past, it should not be considered to be public api. I'm also removing fallback to Modernizr since we don't need it. Breaks any app that depends on this service and its fallback to Modernizr, please migrate to custom "Modernizr" service: module.value('Modernizr', function() { return Modernizr; }); | |||
| 2011-11-14 | refactor(services): migrate angular.service -> module | Misko Hevery | |
| 2011-09-08 | feat($sniffer): basic implementation of browser feature testing | Vojta Jina | |
| This only extracts our 'hashchange' event and html5 history api detection from $browser. Closes #400 | |||
