| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-29 | docs(*): fixed typos | Pascal Borreli | |
| 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. | |||
| 2012-09-11 | fix(scenario): NPE when no angular loaded in test page | Jimmy Zhuo | |
| 2012-04-10 | chore(*): remove dead code and fix code style issues | Igor Minar | |
| 2012-04-03 | feat(ngModel): update model on each key stroke (revert ngModelInstant) | Vojta Jina | |
| It turns out that listening only on "blur" event is not sufficient in many scenarios, especially when you use form validation you always had to use ngModelnstant e.g. if you want to disable a button based on valid/invalid form. The feedback we got from our apps as well as external apps is that the ngModelInstant should be the default. In the future we might provide alternative ways of suppressing updates on each key stroke, but it's not going to be the default behavior. Apps already using the ngModelInstant can safely remove it from their templates. Input fields without ngModelInstant directive will start propagating the input changes into the model on each key stroke. | |||
| 2012-03-28 | chore(module): move files around in preparation for more modules | Misko Hevery | |
