| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-10-12 | Introduced injector and $new to scope, and injection into link methods and ↵ | Misko Hevery | |
| controllers - added angular.injector(scope, services, instanceCache) which returns inject - inject method can return, instance, or call function which have $inject property - initialize services with $creation=[eager|eager-publish] this means that only some of the services are now globally accessible - upgraded $become on scope to use injector hence respect the $inject property for injection - $become should not be run multiple times and will most likely be removed in future version - added $new on scope to create a child scope - $inject is respected on constructor function - simplified scopes so that they no longer have separate __proto__ for parent, api, behavior and instance this should speed up execution since scope will now create one __proto__ chain per scope (not three). BACKWARD COMPATIBILITY WARNING: - services now need to have $inject instead of inject property for proper injection this breaks backward compatibility - not all services are now published into root scope (only: $location, $cookie, $window) - if you have widget/directive which uses services on scope (such as this.$xhr), you will now have to inject that service in (as it is not published on the root scope anymore) | |||
| 2010-10-13 | fix memory leak caused by leftbehind $invalidWidgets references | Igor Minar | |
| - ng:switch should not clean up $invalidWidgets - $invalidWidgets should be clean up after each eval - add missing docs | |||
| 2010-09-23 | make date validator use the Date object | Bolek Szewczyk | |
| 2010-07-13 | changed remaining ng- to ng: | Misko Hevery | |
| 2010-04-21 | more if tests pass | Misko Hevery | |
| 2010-04-16 | lots of small fixes | Misko Hevery | |
| 2010-04-12 | added ng-eval-order attribute | Misko Hevery | |
| 2010-04-09 | various bug fixes | Misko Hevery | |
| 2010-04-08 | tests failing jstd to show cory | Misko Hevery | |
| 2010-04-07 | seperatio validation and exception handling | Misko Hevery | |
| 2010-04-05 | added ng:switch widget | Misko Hevery | |
| 2010-03-29 | reenabled more tests | Misko Hevery | |
| 2010-03-29 | dissabled a lot of tests, and made the core test set pass. | Misko Hevery | |
| 2010-03-24 | input[type=text] now works with binding, validation, formatter, required | Misko Hevery | |
| 2010-02-12 | added asynchronous validator | Misko Hevery | |
| 2010-02-12 | Fixed negation grouping bug | Misko Hevery | |
| Make 'this' of validation be scope | |||
| 2010-02-05 | better integer farmater | Misko Hevery | |
| 2010-01-05 | angular.js | Adam Abrons | |
