| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-05-14 | fix($sniffer): report history false on Android < 4 | Vojta Jina | |
| Android has history.pushState, but it does not update the location correctly: http://code.google.com/p/android/issues/detail?id=17471 Closes #904 | |||
| 2012-05-06 | fix(ngModel): use keydown/change events on IE9 instead of input | Igor Minar | |
| On IE9 the input event is not fired when backspace or delete key are pressed or when cut is performed. This makes listening on the input event unreliable and therefore it's better for us to just use keydown/change events instead. Closes #879 | |||
| 2012-04-03 | feat($sniffer): add hasEvent method for sniffing events | Vojta Jina | |
| Skip changelog | |||
| 2012-03-28 | chore(module): move files around in preparation for more modules | Misko Hevery | |
