| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-03-09 | pass undefined through fn closure for better minification | Misko Hevery | |
| 2011-03-09 | Fix IE: reffering to non existent var on window, must be prefixed by window | Misko Hevery | |
| 2011-03-08 | fix ie7 regression in jqLite which prevented | Misko Hevery | |
| 2011-03-07 | upgrading jasmin-jstd-adapter to 1ade1ad7cad4caadb3a3 11-03-07 | Igor Minar | |
| 2011-03-07 | jstd r899 2011-02-18 (post 1.3.1) + fix for jasmine adapter. | Igor Minar | |
| 2011-03-05 | fix orberBy documentation error | Misko Hevery | |
| 2011-03-03 | preparing the 0.9.13 curdling-stare iteration | Igor Minar | |
| 2011-03-03 | cutting the 0.9.12 thought-implanter releasev0.9.12 | Igor Minar | |
| 2011-03-03 | re-eagarizing the $hover service - mea culpa | Igor Minar | |
| 2011-03-03 | fixing left over .scope | Igor Minar | |
| 2011-03-03 | fixing link in thought-implanter release notes | Igor Minar | |
| 2011-03-03 | fixing broken e2e tests | Igor Minar | |
| 2011-03-03 | preparing release notes for the 0.9.12 though-implanter release | Igor Minar | |
| 2011-03-03 | adding dependency injection docs | Igor Minar | |
| 2011-03-02 | renaming guide.contribute.ngdoc to contribute.ngdoc | Igor Minar | |
| 2011-03-02 | docs cleanup and improvements | Igor Minar | |
| - moving 'downloading' from devguide to "misc" - syncing the latest version of 'downloading' - getting rid of junk files | |||
| 2011-03-02 | $xhr service now autodetects and strips )]}',\n | Igor Minar | |
| ")]}\',\n" is a commonly used security prefix added to json http responses iat google and elsewhere in order to prevent certain cross-site attacks $xhr service now autodetects the prefix and strips it before deserializing the json. the implementation should be more flexible to allow for wider range of prefixes, but we need this one right now and can address other usecases later. | |||
| 2011-03-02 | rename devguide collection in gdocs.js to guide | Igor Minar | |
| 2011-03-01 | enhancing gdocs.js to work with nested collections | Igor Minar | |
| 2011-03-01 | additional fixes for the angular.compile docs | Igor Minar | |
| 2011-03-01 | linking function should return bound scope | Igor Minar | |
| angular.compile()() returns {scope:scope, view:view}, this isn't useful at all and only makes tests more verbose. Instead, this change makes the linking function return scope directly and if anyone needs the linked dom there are two ways to do it documented in angular.compile. other changes: - moved angular.compile docs to the compiler so that they are closer to the compiler - fixed some typos and updated angular.compile docs with the new return value | |||
| 2011-03-01 | On some linux systems, such as Ubuntu, /bin/sh symlinks to dash, which ↵ | Luther Goh | |
| causes issues. Symlinking to bash may be more prudent | |||
| 2011-02-27 | adding an extra injector spec | Igor Minar | |
| - added a spec for dependency graph resolution - also simplyfying cache presence check | |||
| 2011-02-27 | $cookie factory fn should not run $eval | Igor Minar | |
| 2011-02-25 | Added delay parameter to the $defer service | Misko Hevery | |
| 2011-02-25 | Corrected an issue where properties inherited from __proto__ show up in ↵ | Misko Hevery | |
| ng:repeat. Closses #112 | |||
| 2011-02-23 | docs.css should not inline all pragraphs, only those in lists | Igor Minar | |
| 2011-02-22 | gdocs.js should add dropped leading space | Igor Minar | |
| 2011-02-22 | Rewrite of the "Contributing" section of the DevGuide | Janet Davies | |
| 2011-02-22 | fixing typo in guide.overview | Igor Minar | |
| 2011-02-22 | add class on any namespace elments | Misko Hevery | |
| 2011-02-22 | gdocs.js should strip trailing whitespace in imported docs | Igor Minar | |
| 2011-02-22 | Rewrite of the overview section of the dev guide | Kenneth R. Culp | |
| 2011-02-22 | fix documentation for ie | Misko Hevery | |
| 2011-02-19 | correct hashchange event registration on window | Misko Hevery | |
| 2011-02-19 | fix test which fails on CI build, because the image has size | Misko Hevery | |
| 2011-02-18 | add missing example files for temp.html | Igor Minar | |
| 2011-02-18 | Remove ng:watch | Misko Hevery | |
| Closes#143 | |||
| 2011-02-18 | replace smart-quotes with regular quotes | Misko Hevery | |
| 2011-02-18 | Auto create $inject property form the argument names. Any arg starting with ↵ | Misko Hevery | |
| $ or _ will be injected | |||
| 2011-02-18 | script for dowlnoading docs from google docs | Misko Hevery | |
| 2011-02-18 | corrected new lines in @link | Misko Hevery | |
| 2011-02-17 | resources should not over-encode chars in url path | Igor Minar | |
| - added encodeUriSegment that properly encodes only those chars that URI RFC requires us to encode - modified Resource to use encodeUriSegment | |||
| 2011-02-17 | make all built-in services lazy | Igor Minar | |
| now that we require DI everywhere, we don't need any of these services to be eager - they get initialized when and only when they are requested. | |||
| 2011-02-16 | Changed the angular.compile(element)(scope[, cloneAttachNode]) | Misko Hevery | |
| 2011-02-16 | reformated multiline trinary expressions to have a leading ?/:. | Misko Hevery | |
| 2011-02-16 | rewrite of JQuery lite implementation, which now better supports selected sets | Misko Hevery | |
| 2011-02-16 | Change API angular.compile(element)([scope], [element/true]) | Misko Hevery | |
| 2011-02-16 | refactored quickClone to cloneNode and exposed it on jQuery | Misko Hevery | |
| 2011-02-16 | remove $init on scope from applying compilation template | Misko Hevery | |
| Closes #40 | |||
