aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-04-08fix e2e runner's browser.location methodsIgor Minar
2011-04-07use special nodeName_ impl only for IE<9Igor Minar
2011-04-07improve docs for angular.Object.copyIgor Minar
2011-04-07fix indentation regexp for doc:examplesIgor Minar
2011-04-04correct $resource's success callback executionIgor Minar
2011-04-04revert ng:view sync cachingIgor Minar
2011-04-04prepare for the angular 0.9.15 lethal-stutter iterationIgor Minar
2011-04-01cutting the 0.9.14 key-maker releasev0.9.14Igor Minar
2011-04-01release notes for the 0.9.14 key-maker iterationIgor Minar
2011-04-01upgrade jstd to 1.3.2 + improve test-coverage.sh scriptIgor Minar
2011-03-31fix infinite loop in elementError when working with detached elementsIgor Minar
2011-03-31encode query params correctly but not too agressivelyIgor Minar
2011-03-31add much needed whitespace to jqLiteSpec.jsIgor Minar
2011-03-31add specs for jqLite wrapping/node creationIgor Minar
2011-03-31ignore jqLite#append for doc fragmentIgor Minar
2011-03-31fix jqLite#parent to be compatible with jQueryIgor Minar
2011-03-30use document fragments to grow repeatersIgor Minar
2011-03-30correct size() impl for object's w/ 'length' propIgor Minar
2011-03-30extend size() to take ownPropsOnly paramIgor Minar
2011-03-30call $eval in repeater only when neededIgor Minar
2011-03-30make xhr.cache optionally synchronousIgor Minar
2011-03-30remove weird spaces from resource mutation testIgor Minar
2011-03-29Don't mutate resource if server responded with no bodyAnthony Lieuallen
2011-03-28Fixes some links and types in the DI docs.Pepper Lebeck-Jobe
2011-03-28encode $resource query params using encodeURIComponentIgor Minar
2011-03-28fixing lint warningsIgor Minar
2011-03-28Added missing semi-colonsVojta Jina
2011-03-26upgrade closure compiler to version 20110322Igor Minar
2011-03-26renaming lib/compiler-closure to lib/closure-compilerIgor Minar
2011-03-26remove _null and _undefinedIgor Minar
2011-03-23fix broken 'downloading' linksIgor Minar
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
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