| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-01-09 | chore(*): remove obsolete files | Igor Minar | |
| 2011-11-14 | style(docs): make jslint happy - fix some warnings | Vojta Jina | |
| 2011-11-14 | fix(doc) cleanup all api doc link warnings | Misko Hevery | |
| 2011-10-24 | fix(angular.widget): Allow widgets to be styled in IE8 and below | Dhruv Manek | |
| Closes #584 | |||
| 2011-10-11 | feat(forms): new and improved forms | Misko Hevery | |
| 2011-10-11 | style(examples): clean up dead examples | Misko Hevery | |
| 2011-06-02 | Fix IE bug - ng:href | Vojta Jina | |
| ng:href was producing unclickable links, as the event propagation was stopped by 'a' widget All links in regression/issue-352.html were tested in: * Chrome 11 * Opera 11 * Firefox 4 * IE7, IE8 Closes #352 | |||
| 2011-06-02 | Fix hashchange event on IE8 compatibility mode | Vojta Jina | |
| Stupid IE8 in compatibility mode or in IE7 mode returns true for `('onhashchange' in window)`, but does not support hashchange event. Closes #353 | |||
| 2010-12-03 | Fix sanitization issues as suggested by evn | Misko Hevery | |
| 2010-12-02 | Closes #170. Corrected the behavior of select when options are ng:repeated | Misko Hevery | |
| - Delete $postEval method, as it was a hack | |||
| 2010-10-23 | Fix for getting into recursive $eval on scope. Close #59 | Misko Hevery | |
| It sort of worked since the browser would throw stack too deep exception and the angular would then print the error to console. So as long as you did not have console open you would not notice this as an error. | |||
| 2010-10-13 | fixed issue where date copy creates an object instead of date | Misko Hevery | |
| 2010-10-13 | fixed issue where ng:bind would not reset value if expression returned undefined | Misko Hevery | |
| 2010-10-12 | Fixed issue where compiler would pass in detached text node if previous ↵ | Misko Hevery | |
| markup would have removed it. | |||
