aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-12-11Stricter JSON parsing, for securityMisko Hevery
2010-12-11Closes #153: input widgets without name are ignoredMisko Hevery
2010-12-11Fire $eval only if the value has actually changed on inputMisko Hevery
2010-12-10preparing the 0.9.8 astral-projection iterationIgor Minar
2010-12-10cutting the 0.9.7 sonic-scream releasev0.9.7Igor Minar
2010-12-10fixing release notesIgor Minar
2010-12-10improve doc app scrollbarsIgor Minar
2010-12-10updating release notesIgor Minar
2010-12-10$defer service should always call $eval after callback finishedIgor Minar
Closes #189
2010-12-08Refactor lexer to use regular expressionsMisko Hevery
2010-12-08Remove RegExp parserMisko Hevery
- RegExp parser is rearly used, feature, and one should not have RegExps in views anyways, so we are removing it BACKWARD INCOMPATIBLE CHANGE!!!
2010-12-08Fixed failed assignments of form abj[0].name=valueMisko Hevery
Closes #169
2010-12-07make the docs angular 'logo' link filename agnosticIgor Minar
2010-12-07@returns tag should allow the content to be split into multiple linesIgor Minar
2010-12-07improving $resource docsIgor Minar
2010-12-06preparations for the 0.9.7 sonic-scream iterationIgor Minar
2010-12-06cutting the 0.9.6 night-vision releasev0.9.6Igor Minar
2010-12-06fixing release notesIgor Minar
2010-12-06fixing closure compiler warningsIgor Minar
2010-12-06fix the angular.Array.orderBy example + add docsIgor Minar
2010-12-06updating release notes for the 0.9.6 releaseIgor Minar
2010-12-06fixing lint warnings in older codeIgor Minar
2010-12-06add $browser.defer and $defer service and fix async xhr cache issueIgor Minar
- Closes #152 ($resource().query() sometimes calls callback before returning, and it shouldn't) - add $browser.defer method - add $defer service - integrate $browser.defer with outstandingRequests counter in $browser - fix all old tests that relied on buggy behavior
2010-12-06allow documentation to be in external fileMisko Hevery
* Load templates once instead of per request * show timing information * load files ending in .ngdoc and process them
2010-12-03Fix sanitization issues as suggested by evnMisko Hevery
2010-12-02Closes #170. Corrected the behavior of select when options are ng:repeatedMisko Hevery
- Delete $postEval method, as it was a hack
2010-11-29Fixed sanitizationMisko Hevery
* explicitly require full URLs (ftp|https?://...) * list the URI attributes * remove a lot of unneeded attributes
2010-11-29fix typo in searchbox placeholderIgor Minar
2010-11-29searchbar in docs should not scroll awayIgor Minar
2010-11-29renaming #section to #main in docs html/cssIgor Minar
2010-11-29getting rid of #page div in docs index.htmlIgor Minar
2010-11-29dual scrolling for docs with custom scrollbarsIgor Minar
2010-11-29docs html/css cleanupIgor Minar
2010-11-29adding bash header to server.shIgor Minar
2010-11-29preparing the 0.9.6 night-vision iterationIgor Minar
2010-11-25cutting the 0.9.5 turkey-blast releasev0.9.5Igor Minar
2010-11-25updating the release notes for 0.9.5Igor Minar
2010-11-25more docs for angular.service.Igor Minar
2010-11-25Doc specs: added test for markdownVojta Jina
It should replace markdown between two <pre></pre>***<pre></pre>
2010-11-25Small refactor in doc parserVojta Jina
2010-11-25Doc service: added example into service overviewVojta Jina
2010-11-25docs for all angular.* type checking functionsIgor Minar
2010-11-24docs for angular.injectorIgor Minar
2010-11-24docs for angular.bindIgor Minar
2010-11-24docs for angular.foreachIgor Minar
2010-11-24docs for angular.extendIgor Minar
2010-11-24fixing docs for angular.scopeIgor Minar
2010-11-24docs for angular.compileIgor Minar
2010-11-24docs for angular.elementIgor Minar
2010-11-24docs for angular.noop and angular.identityIgor Minar