aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2011-06-06added input#val methodDi Peng
2011-06-05renamed $pause to $sleep AND $wait to $pauseDi Peng
2011-06-03fixed opera date.toISOString issueDi Peng
2011-06-02Fix formatError for FF4 and OperaVojta Jina
2011-06-02Fix IE bug - ng:hrefVojta Jina
2011-06-02Refactor $browser's lazy start pollingVojta Jina
2011-06-02Fix hashchange event on IE8 compatibility modeVojta Jina
2011-06-02Fix unit test in IE7Vojta Jina
2011-05-31Normalize IE XHR bug (status code 1223 to 204)Vojta Jina
2011-05-19Remove trailing white spaces from all source filesVojta Jina
2011-05-19JSTD adapter for running e2e testsVojta Jina
2011-05-19XHR should add Content-type header only for POSTVojta Jina
2011-05-19Don't check url (by HEAD request) before navigateToVojta Jina
2011-05-02fix broken link $xhr docsIgor Minar
2011-04-26fix url validator exampleIgor Minar
2011-04-25Fix some typos, missing semi-colons, etc...Vojta Jina
2011-04-22fix typo in scenario jsdocsIgor Minar
2011-04-16Added a bit more documentation to ng:autobind to explain some of the semanticsCraig Tataryn
2011-04-11fix indentation in angular.filter.html examplesIgor Minar
2011-04-11fix e2e runner's navigateTo when url contains # fragmentIgor Minar
2011-04-11doc fix - ng:autobind, ng:controller and moreKenneth R. Culp
2011-04-09fix build for IE9Igor Minar
2011-04-08fix $location service docs and examplesIgor Minar
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-04correct $resource's success callback executionIgor Minar
2011-04-04revert ng:view sync cachingIgor 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-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-29Don't mutate resource if server responded with no bodyAnthony Lieuallen
2011-03-28encode $resource query params using encodeURIComponentIgor Minar
2011-03-28fixing lint warningsIgor Minar
2011-03-28Added missing semi-colonsVojta Jina
2011-03-26remove _null and _undefinedIgor Minar
2011-03-15fixing broken angular-mocks.jsIgor Minar
2011-03-11Remove the script tag after successful JSONP requestMisko Hevery
2011-03-11Added XSRF prevention logic to $xhr serviceMisko 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-11ng:autobind now optionally takes element idIgor Minar
2011-03-11angularJsConfig now allows ng:autobind and #autobind value to be passed inIgor Minar