| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-03-26 | remove _null and _undefined | Igor Minar | |
| they have no significant effect on minified and gziped size. in fact they make things worse. file | before | after removal ---------------------------------------- concat | 325415 | 325297 min | 62070 | 62161 min + gzip | 25187 | 25176 The bottom line is that we are getting 0.05% decrease in size after gzip without all of the hassle of using underscores everywhere. | |||
| 2011-02-16 | remove dom manipulation API from compiler | Misko Hevery | |
| 2011-02-04 | smarter normalization of value on option, and htmlParser fixes | Misko Hevery | |
| 2011-02-03 | fixed population of value attribute on option | Misko Hevery | |
| The value attribute must be populated manually, since different browsers default to different value of option when not explicitly defined. | |||
| 2011-01-24 | fixed example rendering, add tests for it. | Misko Hevery | |
| 2011-01-10 | Rename angular.foreach to angular.forEach to make the api consistent. | Igor Minar | |
| camelcase is used for other angular functions and forEach is also used by EcmaScript standard. - rename the internal as well as the external function name - tweak the implementation of the function so that it doesn't clober it self when we extend the angular object with an object that has a forEach property equal to this forEach function Closes #85 | |||
| 2011-01-07 | rename nodeName due to conflicts with jquery | Igor Minar | |
| 2010-11-18 | add @workInProgress tag and mark all @ngdocs as work in progress | Igor Minar | |
| 2010-11-15 | added remaining directives and search box. | Misko Hevery | |
| 2010-10-12 | Fixed issue where compiler would pass in detached text node if previous ↵ | Misko Hevery | |
| markup would have removed it. | |||
| 2010-09-20 | Add ng:src and ng:href markup. | Alkis Evlogimenos | |
| 2010-08-18 | stringify names for better compression, remove dead functions, removed ↵ | Misko Hevery | |
| underscore.js compatibility | |||
| 2010-07-02 | change all attributes from ng- to ng: prefix | Misko Hevery | |
| 2010-04-22 | fix CI Build | Misko Hevery | |
| 2010-04-19 | last failing ie test remaining | Misko Hevery | |
| 2010-04-19 | fix ie bug with .text() on jqlite | Misko Hevery | |
| 2010-04-03 | injection is now working | Misko Hevery | |
| 2010-04-01 | work on $location and autobind | Misko Hevery | |
| 2010-03-26 | moved all uneeded files out, widgets.html works, tests horribly broken | Misko Hevery | |
