aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-03-22Fixes two links on the conribute page.Pepper Lebeck-Jobe
2011-03-22Fixes a typo xmlsn -> xmlnsPepper Lebeck-Jobe
2011-03-22Require 'yaml' in Rakefile.Anthony Lieuallen
2011-03-15fixing broken angular-mocks.jsIgor Minar
2011-03-13preparing the 0.9.14 key-maker iterationIgor Minar
2011-03-13cutting the 0.9.13 curdling-stare releasev0.9.13Igor Minar
2011-03-13preparing release notes for the 0.9.13 curdling stare releaseIgor Minar
2011-03-11Stop using document write, so that we are compatible with async script loaderMisko Hevery
2011-03-11Remove the script tag after successful JSONP requestMisko Hevery
2011-03-11Added XSRF prevention logic to $xhr serviceMisko Hevery
2011-03-11@require in ngdoc now takes reason for dependencyMisko Hevery
2011-03-11Changed the $browser.xhr parameter post from optional to requiredMisko Hevery
2011-03-11Consider all 2xx responses as OK, not just 200Misko Hevery
2011-03-11Fixed cookies which contained unescaped '=' would not show up in cookie service.Misko Hevery
2011-03-11fix failing autobind test on IEIgor Minar
2011-03-11ng:autobind now optionally takes element idIgor 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-11angularJsConfig now allows ng:autobind and #autobind value to be passed inIgor Minar
2011-03-09pass undefined through fn closure for better minificationMisko Hevery
2011-03-09Fix IE: reffering to non existent var on window, must be prefixed by windowMisko Hevery
2011-03-08fix ie7 regression in jqLite which preventedMisko Hevery
2011-03-07upgrading jasmin-jstd-adapter to 1ade1ad7cad4caadb3a3 11-03-07Igor Minar
2011-03-07jstd r899 2011-02-18 (post 1.3.1) + fix for jasmine adapter.Igor Minar
2011-03-05fix orberBy documentation errorMisko Hevery
2011-03-03preparing the 0.9.13 curdling-stare iterationIgor Minar
2011-03-03cutting the 0.9.12 thought-implanter releasev0.9.12Igor Minar
2011-03-03re-eagarizing the $hover service - mea culpaIgor Minar
2011-03-03fixing left over .scopeIgor Minar
2011-03-03fixing link in thought-implanter release notesIgor Minar
2011-03-03fixing broken e2e testsIgor Minar
2011-03-03preparing release notes for the 0.9.12 though-implanter releaseIgor Minar
2011-03-03adding dependency injection docsIgor Minar
2011-03-02renaming guide.contribute.ngdoc to contribute.ngdocIgor Minar
2011-03-02docs cleanup and improvementsIgor 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 )]}',\nIgor 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-02rename devguide collection in gdocs.js to guideIgor Minar
2011-03-01enhancing gdocs.js to work with nested collectionsIgor Minar
2011-03-01additional fixes for the angular.compile docsIgor Minar
2011-03-01linking function should return bound scopeIgor 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-01On 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-27adding an extra injector specIgor Minar
- added a spec for dependency graph resolution - also simplyfying cache presence check
2011-02-27$cookie factory fn should not run $evalIgor Minar
2011-02-25Added delay parameter to the $defer serviceMisko Hevery
2011-02-25Corrected an issue where properties inherited from __proto__ show up in ↵Misko Hevery
ng:repeat. Closses #112
2011-02-23docs.css should not inline all pragraphs, only those in listsIgor Minar
2011-02-22gdocs.js should add dropped leading spaceIgor Minar
2011-02-22Rewrite of the "Contributing" section of the DevGuideJanet Davies
2011-02-22fixing typo in guide.overviewIgor Minar
2011-02-22add class on any namespace elmentsMisko Hevery
2011-02-22gdocs.js should strip trailing whitespace in imported docsIgor Minar
2011-02-22Rewrite of the overview section of the dev guideKenneth R. Culp