| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-03-22 | Fixes two links on the conribute page. | Pepper Lebeck-Jobe | |
| 2011-03-22 | Fixes a typo xmlsn -> xmlns | Pepper Lebeck-Jobe | |
| 2011-03-22 | Require 'yaml' in Rakefile. | Anthony Lieuallen | |
| 2011-03-15 | fixing broken angular-mocks.js | Igor Minar | |
| 2011-03-13 | preparing the 0.9.14 key-maker iteration | Igor Minar | |
| 2011-03-13 | cutting the 0.9.13 curdling-stare releasev0.9.13 | Igor Minar | |
| 2011-03-13 | preparing release notes for the 0.9.13 curdling stare release | Igor Minar | |
| 2011-03-11 | Stop using document write, so that we are compatible with async script loader | Misko Hevery | |
| 2011-03-11 | Remove the script tag after successful JSONP request | Misko Hevery | |
| 2011-03-11 | Added XSRF prevention logic to $xhr service | Misko Hevery | |
| 2011-03-11 | @require in ngdoc now takes reason for dependency | Misko Hevery | |
| 2011-03-11 | Changed the $browser.xhr parameter post from optional to required | Misko Hevery | |
| 2011-03-11 | Consider all 2xx responses as OK, not just 200 | Misko Hevery | |
| 2011-03-11 | Fixed cookies which contained unescaped '=' would not show up in cookie service. | Misko Hevery | |
| 2011-03-11 | fix failing autobind test on IE | Igor Minar | |
| 2011-03-11 | ng:autobind now optionally takes element id | Igor Minar | |
| so it is possible to easily compile just a part of a document. e.g.: <html> <head> <title>partially compiled doc</title> <script src="angular.js" ng:autobind="compileThis"></script> </head> <body> this part won't be compiled: {{1+2}} <div id="compileThis" ng:init="i=0" ng:click="i = i+1"> Click count: {{i}} </div> </body> </html> | |||
| 2011-03-11 | angularJsConfig now allows ng:autobind and #autobind value to be passed in | Igor Minar | |
| 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 | |
