| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-04-30 | feat(ngTap): Add a CSS class while the element is held down. | Braden Shepherdson | |
| 2013-04-11 | feat(ngSwipe): Add ngSwipeRight/Left directives to ngMobile | Braden Shepherdson | |
| These directives fire an event handler on a touch-and-drag or click-and-drag to the left or right. Includes unit tests and docs update. Manually tested on Chrome 26, IE8, Android Chrome and iOS Safari. | |||
| 2013-03-20 | fix(ngMobile): Use bracket notation to fix minified version | Jason Als | |
| Added aliases for minification | |||
| 2013-03-13 | feat(ngMobile): add ngMobile module with mobile-specific ngClick | Braden Shepherdson | |
| Add a new module ngMobile, with mobile/touch-specific directives. Add ngClick, which overrides the default ngClick. This ngClick uses touch events, which are much faster on mobile. On desktop browsers, ngClick responds to click events, so it can be used for portable sites. | |||
