aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2011-06-08Throw error when compiling multiple rootsMisko Hevery
2011-06-08Refactor injector to have invoke method for speed reasonsMisko Hevery
2011-06-08Cleanup parser code to expose smaller APIMisko Hevery
2011-06-08Added HashMapMisko Hevery
2011-06-08Added nextUid() function for unified way of generating IDs in angularMisko Hevery
2011-06-08performance improvement of single statement in parserMisko Hevery
2011-06-08Proper handling of special attributes in jqliteMisko Hevery
2011-06-08removed jqLite warningMisko Hevery
2011-06-08fix JSON to match native browser behaviorMisko Hevery
2011-06-08cleanup old closure directivesMisko Hevery
2011-06-08code cleanup: missing ; and indentationMisko Hevery
2011-06-08Number filter would return incorrect value when fractional part had leading z...Misko Hevery
2011-06-08Remove stray console.log statementeMisko Hevery
2011-06-07Fix couple of failing e2e testsVojta Jina
2011-06-06yet another docs batchIgor Minar
2011-06-06another batch of doc fixes from kenIgor Minar
2011-06-06api doc fixes from kenIgor Minar
2011-06-06Fix wrong links in source codeVojta Jina
2011-06-06fixing broken linksIgor Minar
2011-06-06Fix links in docsVojta Jina
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