| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-27 | docs(ngBind): clarify some of the writing | Andrew Peterson | |
| 2013-06-27 | docs(ngPluralize): improve wording | Andrew Peterson | |
| 2013-06-27 | docs(guide/e2e-testing): clarify description of input(name) selector | Adam | |
| The description of the input selector made it seem that you were selecting an input element based upon it's name attribute. In reality, you are selecting an element by the string in the ng-model attribute. | |||
| 2013-06-27 | docs(ngMock/$httpBackend): fix testing example | Pete Bacon Darwin | |
| Closes #3075 | |||
| 2013-06-27 | docs(tutorial): add experiment showing reverse sort | Nelson Blaha | |
| 2013-06-25 | docs(guide/controller): fix an error in the scope inheritance example | Jeffrey Palmer | |
| The chained scope creation example at the bottom of this document was using the childCtrl to create the babyScope, instead of the childScope. | |||
| 2013-06-25 | docs(guide/expression): remove reference to `NullPointerException` | Domenic Denicola | |
| 2013-06-20 | refactor(angular.bootstrap): rename internal function | Pete Bacon Darwin | |
| 2013-06-20 | docs(cookbook/helloworld): display "World" if no name is entered | NimaVaziri | |
| 2013-06-20 | fix(Angular.js): don't crash on invalid query parameters | Pete Bacon Darwin | |
| 2013-06-19 | fix($http): ensure case-insens. header overriding | Caio Cunha | |
| If user send content-type header, both content-type and default Content-Type headers were sent. Now default header overriding is case-insensitive. | |||
| 2013-06-19 | docs(directive): fix typo | sarkasm | |
| 2013-06-18 | docs(tutorial): add missing 'node' command and <code> tags | gdi2290 | |
| 2013-06-18 | docs(tutorial/step_07): add commas make tutorial read more clearly | John Bohn | |
| 2013-06-18 | docs(loader): fix typo and minor semantic error | Ore Landau | |
| 2013-06-13 | docs(guide/di): fix headings hierarchy | Ore Landau | |
| 2013-06-13 | docs(select): fix typos in ngOptions | Misha Moroshko | |
| 2013-06-13 | docs($q): fix a few issues | Ore Landau | |
| 2013-06-13 | docs(guide/e2e-testing): fix verb tense | Jad Naous | |
| 2013-06-13 | docs(tutorial/step_05): apply more useful link to services | Ore Landau | |
| 2013-06-12 | docs(FormController): add methods for FormController | Dean Sofer | |
| 2013-06-12 | docs(ngModelController): improve $parsers/$formatters with example | Dean Peterson | |
| 2013-06-12 | docs(ngClass): fix minor typo. | Ore Landau | |
| 2013-06-12 | docs(guide/bootstrap): clarify manual bootstrapping | Pete Bacon Darwin | |
| 2013-06-11 | docs(ngRoute): clarify when gets updated | Pete Bacon Darwin | |
| 2013-06-11 | docs(ngSubmit): clarify that there must be no `action` attribute | Pete Bacon Darwin | |
| 2013-06-10 | chore(docs): fix memory leak in example embed code | Igor Minar | |
| we need to sever the link between the main root scope and the example root scope - this is only needed because we are embedding one app in the other. | |||
| 2013-06-10 | docs(faq): update customink order info | Igor Minar | |
| 2013-06-04 | docs(guide/unit-testing): fix typo | Jared Forsyth | |
| 2013-06-04 | docs(guide/injecting_controllers): add a hint in example | Jared Forsyth | |
| Add a hint to tell the user that they need to click 3 times before an alert is shown. | |||
| 2013-06-04 | docs(ngTransclude): fix outdated scope definition in example | Marcin Wosinek | |
| 2013-06-04 | docs(guide/unit-testing): fix controller test example | Pete Bacon Darwin | |
| 2013-06-04 | docs(Angular.js): clarify ngApp usage | Robbie Ferrero | |
| 2013-06-04 | docs(angular-mocks): fix typo in example | Robb Shecter | |
| fromJSON() should be fromJson() | |||
| 2013-06-04 | docs(sanitize): add @description section | Alan Klement | |
| 2013-06-04 | docs(index): make menu links relative | Siddique Hameed | |
| Before the Develop drop down menu items were hard coded with an absolute url, which meant that they did not work correctly on local or ci server builds. | |||
| 2013-06-04 | docs(ngClass): clarify the use of object map | Luc Morin | |
| 2013-06-04 | docs(guide/concepts): add comment as a type of directive | Ehsan Ghandhari | |
| 2013-06-04 | docs(guide/understanding_model): improve example consistency | Robb Shecter | |
| 2013-06-04 | docs(guide/compiler): fix some minor language errors | Manuel Kiessling | |
| 2013-06-04 | docs(guide/di): fix some small grammatical issues | Alex Young | |
| 2013-06-04 | docs(validate-commit-msg): fix incorrect comment | Jens Rantil | |
| If you `cd` into the repo, `validate-commit-msg.js` will be in the root of it. | |||
| 2013-06-04 | docs(input): provide explanation of how ngModel will affect the local scope | Luc Morin | |
| 2013-06-04 | docs(guide): format snippets of code in plain text | Eduardo Garcia | |
| 2013-06-04 | docs(overview.ngdoc): clarify wording | adamshaylor | |
| 2013-05-23 | fix(jqLite): correctly monkey-patch core jQuery methods | Michał Gołębiowski | |
| When real jQuery is present, Angular monkey patch it to fire `$destroy` event. This commit fixes two issues in the jQuery patch: - passing a selector to the $.fn.remove method (only fire `$destroy` on the matched elements) - using `$.fn.html` without parameters as a getter (do not fire `$destroy`) | |||
| 2013-05-22 | docs(changelog): fix changelog formatting | Igor Minar | |
| 2013-05-22 | docs(changelog): add note about animation breaking change | Igor Minar | |
| 2013-05-22 | style(docs/template): add in missing semicolons | Eddie Monge | |
| 2013-05-22 | docs(guide/directive): clarify directive priority | Jens Rantil | |
| Fixes #2644. | |||
