| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-20 | test(ng-non-bindable): test sibling bindings | Chirayu Krishnappa | |
| Ref: https://github.com/angular/angular.dart/blob/master/test/directives/ng_non_bindable_spec.dart | |||
| 2013-09-20 | fix(ng-bind-html): watch string value instead of wrapper | Chirayu Krishnappa | |
| Ref: https://github.com/angular/angular.js/pull/4045 I have this sinking feeling that support this use case sort of encourages binding to function that blindly trust some html. For now, I'm fixing the issue while I think about the use cases some more. In the case of a function that performs any non-trivial work before wrapping the value (e.g. the showdown filter in issue #3980, or the binding to a simply wrapper function in issue #3932 if it did anything meaty), this fix makes it "work" - but performance is going to suck - you should bind to some other thing on scope that watches the actual source and adjusts itself when that changes (e.g. the showdown filter.) For the case of the wrapper in #3932, if one isn't performing sanitization or some such thing - then you the developer has insight into why that value is safe in that particular context - and it should be available simply by name and not as a result of a function taking any arbitrary input to make auditing of security a little saner. Closes #3932, #3980 | |||
| 2013-09-20 | chore(sce): remove unused function | Chirayu Krishnappa | |
| 2013-09-20 | fix(ngInclude): don't break attribute bindings on ngInclude-ed element | Brian Ford | |
| BREAKING CHANGE: ngInclude's priority is now set to 1000 It's quite rare for anyone to depend on explicity directive priority, but if a custom directive that needs to run before ngInclude exists, it should have its priority checked and adjusted if needed. Closes #3793 | |||
| 2013-09-20 | fix(ngView): IE8 regression due to expando on non-element nodes | Igor Minar | |
| This fixes the "TypeError: Object doesn't support this property or method" error on IE8, when view templates contain leading white-space. Closes #3971 | |||
| 2013-09-20 | docs(ngClass): fix grammar | Dave Peticolas | |
| Closes #4061 | |||
| 2013-09-20 | docs(ngCloak): fix grammar, clarity | Dave Peticolas | |
| Closes #4076 | |||
| 2013-09-19 | docs(ngModelController): clarify issue with isolated scope directive | Pete Bacon Darwin | |
| See #4043 | |||
| 2013-09-19 | docs(input): fix spelling error and reword for clarity | ts-web | |
| 2013-09-19 | doc(ngApp): fix grammar | Dave Peticolas | |
| 2013-09-19 | docs($exceptionHandler): add an example of overriding the handler | Jared Forsyth | |
| Closes #3816 | |||
| 2013-09-19 | docs(FAQ): update jQuery compatibility | Pete Bacon Darwin | |
| 2013-09-19 | docs(guide/services): rewording of explanation | Pete Bacon Darwin | |
| 2013-09-19 | docs(guide/services): explain services in plain language | anilgulecha | |
| See the discussion at http://docs.angularjs.org/guide/dev_guide.services.understanding_services#comment-1002821035 Closes #4055 | |||
| 2013-09-19 | docs(guide/i18n): change non-existent de-ge to de-de | Maarten Stolte | |
| The de-ge locale does not exist Closes #4053 | |||
| 2013-09-19 | docs(ngForm): fix grammar and improve explanation | Dave Peticolas | |
| Closes #4050 | |||
| 2013-09-18 | docs: update sticker ordering info in FAQ | naomiblack | |
| 2013-09-18 | docs(ngResource): fix typo | Tim Statler | |
| Closes #3835 | |||
| 2013-09-18 | docs(ngShowHide): fix typo | Roberto Bonvallet | |
| 2013-09-18 | docs(guide/$location): describe workaround for collocated apps | Ash | |
| When using Angular in the root of a domain with HTML5 URLs where there are links to external paths within the same directory, the `otherwise` route handler will catch these external files. This can be fixed by prefixing '.' onto the links to URLs that should be handled by angular routing. Original Issue: #3520 Example of Fix: http://fiddle.jshell.net/fgHf6/3/ Closes #3555 | |||
| 2013-09-18 | docs(tutorial/step_03): add info about karma-ng-scenario plug-in | Zachary Friedman | |
| The existing documentation for this step could have people find themselves unable to run the `e2e-test.sh` script. This note added regarding `karma-ng-scenario` will minimize their confusion and allow people to run the script. Closes #4033 | |||
| 2013-09-18 | fix(scenario): include "not " in error messages if test is inverted | Hubert SABLONNIÈRE | |
| Closes #3840 | |||
| 2013-09-17 | fix($parse): disallow access to window and dom in expressions | Chirayu Krishnappa | |
| 2013-09-17 | fix(test): fixed toThrow usage | Chirayu Krishnappa | |
| 2013-09-17 | fix(build): get promise A+ tests to run on windows | Pete Bacon Darwin | |
| 2013-09-17 | docs(input): clarify that `contenteditable` is an HTML5 attribute | James | |
| Closes #3841 | |||
| 2013-09-16 | docs(ngdoc): fix spelling mistake | Tim Statler | |
| Closes #3836 | |||
| 2013-09-16 | docs(orderBy): fix typo in orderBy.js documentation | Jesse Palmer | |
| Closes #3838 | |||
| 2013-09-16 | doc(api): fix grammar in a directive description | Dave Peticolas | |
| - Add missing words. - Simplify text. | |||
| 2013-09-16 | docs(api): fix grammar in ngClick description | Dave Peticolas | |
| - Add missing word 'directive'. - Add missing word 'an'. | |||
| 2013-09-15 | docs(guide/bootstrap): add info about deferred bootstrap | Pete Bacon Darwin | |
| 2013-09-14 | docs(guide): fix typo in animation doc | Patrick Drechsler | |
| 2013-09-14 | docs(guide/forms): add comma for clarity | ts-web | |
| Closes #3985 | |||
| 2013-09-14 | docs(ngRoute): add missing parameter to $routeChangeError | Umur Kontacı | |
| The first parameter in $routeChangeError is the event object. Closes #3986 | |||
| 2013-09-13 | docs(ngSwitch): fix minor typo | Daniel Tse | |
| Closes #3993 | |||
| 2013-09-13 | docs($browser): add jsdoc tags and fix typo | Ben Tesser | |
| 2013-09-13 | docs(ngController): rephrased the description for clarity | Dean Sofer | |
| 2013-09-13 | docs($http): add examples when calling $http outside $apply | Pete Bacon Darwin | |
| Closes #3996 | |||
| 2013-09-13 | docs($http): explain why $http may not make the request immediately | Dang Nguyen Anh Khoa | |
| I came across this issue today and after researching has found out this thread on so: http://stackoverflow.com/questions/17039998/angular-not-making-http-requests-immediately. It took me quite sometimes to figure out this so I hope the addition in documentation could save somebody else some times and frustration. | |||
| 2013-09-13 | fix(ngOptions): ignore object properties which start with $ | Gowtam Lal | |
| 2013-09-13 | docs(guide/e2e_testing): clarify that .enter searches by ng-model | brakon | |
| 2013-09-11 | test($browser): correct false positive in ApplicationSpec.js | Woody Peterson | |
| Previously, the check that Application should return a new $window and $document had the arguments reversed in the first call to navigateTo; thus, the subsequent check of inequality of $window and $document in the next navigateTo call would always pass. This corrects the argument order, which makes this test not succeptible to false positives. | |||
| 2013-09-11 | fix(ngSanitize): sanitizer should not accept <!--> as a valid comment | R. Merkert | |
| According to http://validator.w3.org/ , <!--> is not a valid comment and neither is any comment containing the -- substring. | |||
| 2013-09-11 | docs(tutorial/step-10): fix incorrect link to step-8 tests | cjmling | |
| Closes #3972 | |||
| 2013-09-11 | docs(ngModel): provide link for best practices. | Paxton Hare | |
| Closes #3973 | |||
| 2013-09-11 | docs(guide/concepts): remove div-clear-tags that break the formatting | Randi Hillerøe | |
| Closes #3974 | |||
| 2013-09-11 | docs(scope): clean up grammar and improve clarity | Sam Dornan | |
| Some typos fixed and grammar improved: - withing -> within - life-cycle -> life cycle - extraneous spaces - grammar mistakes - missing commas - reworded unclear statements Closes #3920 | |||
| 2013-09-11 | style(ngForm): simplify restrict difference between form and ngForm | rodyhaddad | |
| 2013-09-11 | docs(ngChange): remove wrong @restrict and add missing @param | rodyhaddad | |
| 2013-09-11 | docs(ng.directives): add correct @restrict for all ng directives | rodyhaddad | |
