Dhruv Manek
163c799eff
fix(angular.widget): Allow widgets to be styled in IE8 and below
...
Closes #584
2011-10-24 23:28:36 -07:00
Misko Hevery
4f78fd692c
feat(forms): new and improved forms
2011-10-11 11:01:45 -07:00
Misko Hevery
df6d2ba326
style(examples): clean up dead examples
2011-10-11 10:53:07 -07:00
Vojta Jina
4b0f2dfe0c
Fix IE bug - ng:href
...
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 11:15:41 -07:00
Vojta Jina
50076b571d
Fix hashchange event on IE8 compatibility mode
...
Stupid IE8 in compatibility mode or in IE7 mode returns true for `('onhashchange' in window)`, but does not support hashchange event.
Closes #353
2011-06-02 10:50:39 -07:00
Misko Hevery
2bbced212e
Fix sanitization issues as suggested by evn
2010-12-03 15:42:42 -08:00
Misko Hevery
5a8ad8fe32
Closes #170 . Corrected the behavior of select when options are ng:repeated
...
- Delete $postEval method, as it was a hack
2010-12-02 22:45:57 -08:00
Misko Hevery
d74ef497de
Fix for getting into recursive $eval on scope. Close #59
...
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-23 13:42:11 -07:00
Misko Hevery
805753dba4
fixed issue where date copy creates an object instead of date
2010-10-13 12:47:10 -07:00
Misko Hevery
3ab49538a4
fixed issue where ng:bind would not reset value if expression returned undefined
2010-10-13 10:51:16 -07:00
Misko Hevery
2cb9497d02
Fixed issue where compiler would pass in detached text node if previous markup would have removed it.
2010-10-12 21:52:04 -07:00