| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-08 | docs(compile/tplrt): description for compile/tplrt error | Misko Hevery | |
| Closes #3459 | |||
| 2013-08-08 | docs(compile/selmulti): description for compile/selmulti error | Misko Hevery | |
| Closes #3459 | |||
| 2013-08-08 | docs(compile/nodomevents): description for compile/nodomevents error | Misko Hevery | |
| Closes #3459 | |||
| 2013-08-08 | docs(compile/notassign): description for compile/notassign error | Misko Hevery | |
| Closes #3459 | |||
| 2013-08-08 | docs(compile/multidir): description for compile/multidir error | Misko Hevery | |
| Closes #3459 | |||
| 2013-08-08 | docs(minErr): add controller/noscp docs | Igor Minar | |
| 2013-08-08 | docs(minErr): add rootScope/inprog docs | Igor Minar | |
| 2013-08-08 | docs(minErr): improve compiler/iscp | Igor Minar | |
| 2013-08-08 | docs(minErr): improve sce/icontext | Igor Minar | |
| 2013-08-08 | docs(minErr): improve sce/iequirks doc | Igor Minar | |
| 2013-08-08 | docs(minerr): add description for ngResource:badargs | Ken Sheedlo | |
| Closes #3510 | |||
| 2013-08-08 | docs(minErr): add minErr description for jqLite:nosel | Brian Ford | |
| Closes #3426 | |||
| 2013-08-08 | docs(minerr): add description for ngResource:badcfg | Ken Sheedlo | |
| Closes #3509 | |||
| 2013-08-08 | docs(minErr): rename compile/utrat to compile/uterdir | Igor Minar | |
| 2013-08-08 | docs(minerr): add description for $compile:utrat | Ken Sheedlo | |
| Closes #3507 | |||
| 2013-08-08 | docs(minErr): improve sce/isecurl doc | Igor Minar | |
| 2013-08-08 | docs(minErr): rename sce/isecrurl to sce/insecurl | Igor Minar | |
| 2013-08-08 | docs(minErr): improve sce/itype.ngdoc | Igor Minar | |
| 2013-08-08 | docs(ngModel): add link to NgModelController | Igor Minar | |
| 2013-08-08 | docs(minErr): add minErr description for $compile:ctreq | Brian Ford | |
| Closes #3423 | |||
| 2013-08-07 | docs(minerr): fill in error message descriptions | Ken Sheedlo | |
| Errors I've documented so far: - `$injector:cdep` - `$injector:itkn` - `$injector:modulerr` - `$injector:nomod` - `$injector:pget` - `$injector:unpr` - `ng:areq` - `ng:cpi` - `ng:cpws` - `ngModel:noass` Closes #3430 | |||
| 2013-08-07 | fix(jqLite): return array from multi select in val() | Eric Hagman | |
| 2013-08-07 | test(matchers): support 'not' text in toBeHidden matcher | Chirayu Krishnappa | |
| 2013-08-07 | docs(ngClass): updated the example with string, map and array syntax | Jamund Ferguson | |
| Closes #3084 | |||
| 2013-08-07 | docs(minerr): add description for $rootScope:infdig | Ken Sheedlo | |
| 2013-08-07 | chore(bower): add a .bowerrc file | jankuca | |
| 2013-08-07 | feat(ngForm): Supports expression in form names | Matthew Windwer | |
| <form name="ctrl.form"> form controller will accessible as $scope.ctrl.form instead of $scope['ctrl.form'] BREAKING CHANGE: If you have form names that will evaluate as an expression: <form name="ctrl.form"> And if you are accessing the form from your controller: Before: function($scope) { $scope['ctrl.form'] // form controller instance } After: function($scope) { $scope.ctrl.form // form controller instance } This makes it possible to access a form from a controller using the new "controller as" syntax. Supporting the previous behavior offers no benefit. | |||
| 2013-08-07 | fix(compile): fix directive as identifier | Chirayu Krishnappa | |
| 2013-08-07 | docs(ngRoute): make config block for the routeProvider example explicit | David Mosher | |
| 2013-08-07 | chore(dump): fix our karma.dump bridge | Igor Minar | |
| previously it didn't work for dumping multiple objects | |||
| 2013-08-07 | fix(input): fix the email regex to accept TLDs up to 6 characters long | neilmcgibbon | |
| The input field email regex does't not match long domain extensions. This commit extends the email regexp to take a 6 character TLD. Example 6-character TLDs include .museum and .travel - (e.g. allabout.travel). | |||
| 2013-08-07 | docs(minErr): add minErr description for $compile:tpload | Brian Ford | |
| Closes #3427 | |||
| 2013-08-07 | fix(jqLite): forgive unregistration of a non-registered handler | Pawel Kozlowski | |
| 2013-08-07 | docs(error): updated description for ngPattern/noregexp.ngdoc | naomiblack | |
| 2013-08-07 | docs(error): added description for ngOptions/iexp.ngdoc | naomiblack | |
| Closes #3431 | |||
| 2013-08-07 | docs(error): added description for ngSanitize/badparse.ngdoc | naomiblack | |
| Closes #3438 | |||
| 2013-08-07 | docs(minErr): improve $parse/isecfn | Igor Minar | |
| 2013-08-07 | docs(minerr): Adds a description for parser.lexerr | James deBoer | |
| Closes #3433 | |||
| 2013-08-07 | docs(minerr): Adds a description for parser.syntax | James deBoer | |
| Closes #3434 | |||
| 2013-08-07 | docs(minerr): Adds a description for parser.ueoe | James deBoer | |
| Closes #3435 | |||
| 2013-08-07 | docs(minerr): Adds a description for ngRepeat.dupes | James deBoer | |
| Closes #3439 | |||
| 2013-08-07 | docs(minerr): Adds a description for ngRepeat.iexp | James deBoer | |
| Closes #3440 | |||
| 2013-08-07 | docs(minerr): Adds a description for ngRepeat.iidexp | James deBoer | |
| Closes #3441 | |||
| 2013-08-07 | docs(mirErr): add a description for $parse.isecfld and isecfn | James deBoer | |
| 2013-08-06 | feat(ngMock/$httpBackend): support a matching function for data param | Ken Chen | |
| Add support for passing function as validating data: - To avoid hacking test method of RegExp - Optionally overwrite `toString` method of fn to show validation tips - change docs: param description for `when`, `whenPost`, `whenPut`, `expect`, `expectPost`, `expectPut`, `expectPATCH` Closes: #2981 | |||
| 2013-08-06 | docs(compile): fix minor spelling mistake | Michael Stewart | |
| Closes: #3468 | |||
| 2013-08-05 | fix(tutorial): show tutorial pages in search nav | Ken Sheedlo | |
| 2013-08-03 | docs(guide/controller): fix wording in list of 'Do not use' | Mark Campbell | |
| Wording has been changed in two of the examples to read naturally. For example: From: 'Do not use controllers for to run stateless or stateful code shared across controllers' To: 'Do not use controllers for sharing stateless or stateful code across controllers' Closes #3454 | |||
| 2013-08-03 | feat($compile): support compile animation hooks classes | Matias Niemelä | |
| 2013-08-03 | chore(ngdocs): provide detailed documentation for the $animate service timeline | Matias Niemelä | |
