| Age | Commit message (Collapse) | Author | 
|---|
|  | 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 | 
|  | Stupid IE8 in compatibility mode or in IE7 mode returns true for `('onhashchange' in window)`, but does not support hashchange event.
Closes #353 | 
|  |  | 
|  | - Delete $postEval method, as it was a hack | 
|  | 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. | 
|  |  | 
|  |  | 
|  | markup would have removed it. |