| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-07 | change to keydown from keyup; add delayed $updateView | Misko Hevery | |
| - There was a perceived lag when typing do to the fact that we were listening on the keyup event instead of keydown. The issue with keydown is that we can not read the value of the input field. To solve this we schedule a defer call and perform the model update then. - To prevent calling $eval on root scope too many times as well as to prevent drowning the browser with too many updates we now call the $eval only after 25ms and any additional requests get ignored. The new update service is called $updateView | |||
| 2011-01-07 | $location service should utilize onhashchange events instead of polling | Igor Minar | |
| 2011-01-07 | Revert "Issue #51: Update extensionMap()" | Igor Minar | |
| This reverts commit 00ca67e4befffed00ecee81bd1ce903fe01f542a. Now that we don't have published services, we don't need to worryi about this any more and in fact this behavior is confusing because to override a service that has dependencies with a services with no dependencies one must specify $inject:[] or else the old dependencies will be injected. Conflicts: src/Angular.js test/AngularSpec.js | |||
| 2011-01-07 | rename nodeName due to conflicts with jquery | Igor Minar | |
| 2011-01-07 | add global namespace clobbering check to angular-bootstrap | Igor Minar | |
| 2011-01-04 | avoid namespace conflicts between jqLite and window when running in ↵ | Igor Minar | |
| bootstrap mode | |||
| 2011-01-04 | rename scope.$inject to scope.$service | Igor Minar | |
| see changelog diff for more info | |||
| 2011-01-04 | renaming service property $creation to $eager | Igor Minar | |
| see changelog diff for more info | |||
| 2011-01-04 | removing support for 'eager-published' services | Igor Minar | |
| 2011-01-04 | Remove many eager-publish services, lazy polling | Misko Hevery | |
| - Browser now starts the poller on first call to addPollFn() - Many services ($location, $cookies, $router) are no longer eager-publish. The result is that unless someone needs the $cookies, they will not cause the Browser to start polling for them. | |||
| 2011-01-04 | Added an extra security check to make sure that the parser can not execute ↵ | Misko Hevery | |
| anything while evaluting JSON. | |||
| 2010-12-22 | fromJson delegation to native JSON parser if available | Igor Minar | |
| - native parser delegation - $xhr change to use native parser | |||
| 2010-12-22 | Revert "Refactor lexer to use regular expressions" | Igor Minar | |
| We came across a major performance regression due to this change. I'm reverting it until we find a better solution. This reverts commit 23fc73081feb640164615930b36ef185c23a3526. | |||
| 2010-12-11 | Stricter JSON parsing, for security | Misko Hevery | |
| 2010-12-11 | Closes #153: input widgets without name are ignored | Misko Hevery | |
| 2010-12-11 | Fire $eval only if the value has actually changed on input | Misko Hevery | |
| 2010-12-10 | $defer service should always call $eval after callback finished | Igor Minar | |
| Closes #189 | |||
| 2010-12-08 | Refactor lexer to use regular expressions | Misko Hevery | |
| 2010-12-08 | Remove RegExp parser | Misko 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-08 | Fixed failed assignments of form abj[0].name=value | Misko Hevery | |
| Closes #169 | |||
| 2010-12-07 | improving $resource docs | Igor Minar | |
| 2010-12-06 | fixing closure compiler warnings | Igor Minar | |
| 2010-12-06 | fix the angular.Array.orderBy example + add docs | Igor Minar | |
| 2010-12-06 | fixing lint warnings in older code | Igor Minar | |
| 2010-12-06 | add $browser.defer and $defer service and fix async xhr cache issue | Igor 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-06 | allow documentation to be in external file | Misko Hevery | |
| * Load templates once instead of per request * show timing information * load files ending in .ngdoc and process them | |||
| 2010-12-03 | Fix sanitization issues as suggested by evn | Misko Hevery | |
| 2010-12-02 | Closes #170. Corrected the behavior of select when options are ng:repeated | Misko Hevery | |
| - Delete $postEval method, as it was a hack | |||
| 2010-11-29 | Fixed sanitization | Misko Hevery | |
| * explicitly require full URLs (ftp|https?://...) * list the URI attributes * remove a lot of unneeded attributes | |||
| 2010-11-25 | more docs for angular.service. | Igor Minar | |
| 2010-11-25 | Doc service: added example into service overview | Vojta Jina | |
| 2010-11-25 | docs for all angular.* type checking functions | Igor Minar | |
| 2010-11-24 | docs for angular.injector | Igor Minar | |
| 2010-11-24 | docs for angular.bind | Igor Minar | |
| 2010-11-24 | docs for angular.foreach | Igor Minar | |
| 2010-11-24 | docs for angular.extend | Igor Minar | |
| 2010-11-24 | fixing docs for angular.scope | Igor Minar | |
| 2010-11-24 | docs for angular.compile | Igor Minar | |
| 2010-11-24 | docs for angular.element | Igor Minar | |
| 2010-11-24 | docs for angular.noop and angular.identity | Igor Minar | |
| 2010-11-24 | docs for angular.scope. and angular.scope. | Igor Minar | |
| 2010-11-24 | docs for angular.Object.copy | Igor Minar | |
| 2010-11-24 | docs for angular.Object.size | Igor Minar | |
| 2010-11-24 | docs for angular.Object and angular.Object.equals | Igor Minar | |
| 2010-11-24 | adding Note section to angular.Array.* where it was missing | Igor Minar | |
| 2010-11-24 | docs for angular.Array.sum | Igor Minar | |
| 2010-11-23 | docs for angular.Array.filter | Igor Minar | |
| 2010-11-23 | docs for angular.Array.remove | Igor Minar | |
| 2010-11-23 | docs for angular.Array.remove | Igor Minar | |
| 2010-11-23 | docs for angular.Array.orderBy | Igor Minar | |
