| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2010-11-23 | docs for angular.Array.count | Igor Minar | |
| 2010-11-23 | adding docs for angular.Array.add | Igor Minar | |
| 2010-11-22 | placeholder docs for all angular.Array functions | Igor Minar | |
| 2010-11-22 | Add angular.Array.limitTo and docs for angular.Array | Igor Minar | |
| 2010-11-18 | don't escape $ in hashpath either | Igor Minar | |
| 2010-11-18 | don't escape ! and : in hashPath | Igor Minar | |
| This is a temporary fix for Issue #158 | |||
| 2010-11-18 | fix all closure compilation warnings due to invalid function types | Igor Minar | |
