| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2010-12-23 | fixing invalid json strings in ResourceSpec | Igor Minar | |
| 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-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-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-22 | Add angular.Array.limitTo and docs for angular.Array | Igor Minar | |
| 2010-11-18 | move attribute widgets to widgets.js file | Igor Minar | |
| - move @ng:repeat to widgets.js and its specs to widgetsSpecs.js - move @ng:non-bindable to widgets.js and its specs to widgetsSpecs.js - make widget.template suitable for attribute widgets - fix up the js docs for attribute widgets | |||
| 2010-11-16 | Changed error handling so that better stack traces are displayed in the ↵ | Misko Hevery | |
| ng-errors | |||
| 2010-11-16 | add onload attribute to ng:include | Igor Minar | |
| 2010-11-11 | $watch should optionally skip listener exec | Igor Minar | |
| - if initRun param is set to false, listener doesn't execute - the oldValue should equal newValue during the initial execution - added docs - added specs | |||
| 2010-11-10 | Make ng:repeat expose $position. | Igor Minar | |
| - $position is a textual representation of the position of repeated item ('first', 'middle', 'last') - added specs for $index | |||
| 2010-11-10 | added ng:switch-when-default; changed $watch to always fire on init. (may be ↵ | Misko Hevery | |
| backward incompatible) | |||
| 2010-11-09 | added spec for auto bootstrap with #autobind | Igor Minar | |
| 2010-11-09 | Support substring matching of bindings with repeater(). Closes #123 | Elliott Sprehn | |
| 2010-11-09 | Add key/value jQuery methods in a loop. Support 'css' method. | Elliott Sprehn | |
| Closes #134 | |||
| 2010-11-09 | Updated parser tests to use jasmine expects | Vojta Jina | |
| And some formatting as well and a bit of rafactor... | |||
| 2010-11-09 | Updated filters tests to use jasmine expects | Vojta Jina | |
| And some small formatting... | |||
| 2010-11-08 | make angular.String.toDate consider all time fractions as optional | Igor Minar | |
| 2010-11-08 | Support ISO 8601 extended datetime format troughout angular. | Igor Minar | |
| Support ISO 8601 extended format datetime strings (YYYY-MM-DDTHH:mm:ss.SSSZ) as defined in EcmaScript 5 throughout angular. This means that the following apis switched from YYYY-MM-DDTHH:mm:ssZ to YYYY-MM-DDTHH:mm:ss.SSSZ (note the added millis) when representing dates: - angular.Date.toString - angular.String.toDate - JSON serialization and deserialization (used by json filter, $xhr and $resource) | |||
| 2010-11-08 | Add isDate method + fix old code | Igor Minar | |
| 2010-11-08 | fixing spec description for the date filter | Igor Minar | |
| 2010-11-08 | date filter should accept ISO 8601 formatted string as input | Igor Minar | |
| Closes #125 | |||
| 2010-11-08 | TzDate should support various UTC methods | Igor Minar | |
| 2010-11-07 | Update AngularSpec tests to use BDD style - jasmine expect | Vojta Jina | |
| 2010-11-07 | Added tests for angular.service | Vojta Jina | |
| - should allow to override a service - should preserve angular properties on override - should not preserve non-angular properties on override | |||
| 2010-11-07 | Issue #51: Update extensionMap() | Vojta Jina | |
| If user override existing extension, angular properties ($) will be preserved. This piece of logic could be refactored into separate method: Something like we have extend(), addMissingProperties() - I can't find a name for this method... Closes #51 | |||
| 2010-11-07 | Added documentation for validators. | Misko Hevery | |
| BACKWARD INCOMPATIBLE: removed ssn validators, since it is unlikely that most people will need it and if they do, they can added it thorough RegExp | |||
| 2010-11-05 | Updated toJson() to not serialize window/document objects. | Vojta Jina | |
| The reason to void these to objects is that they cause all sorts of problems like exceptions being thrown and infinite loops occuring when we iterate over object properties. | |||
| 2010-11-05 | Changed toJson() to not ignore $ properties | Vojta Jina | |
| 2010-11-05 | Json - corrected test descriptions and changed to BDD style expect() | Vojta Jina | |
| 2010-11-05 | fix error in json parser which did not allow 1.2E10 as number | Misko Hevery | |
| 2010-11-03 | Serialize RegExp to string in JSON. Closes #119. | Elliott Sprehn | |
| 2010-11-03 | fix dslSpec for IE | Igor Minar | |
| 2010-11-03 | fix the linky filter | Misko Hevery | |
| 2010-11-03 | binding() should return value for input/text area, innerHTML for the rest | Igor Minar | |
| 2010-11-03 | adding textarea() DSL for scenario runner | Igor Minar | |
