| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-10 | chore(docs): ensure the "Improve this doc" button is clickable | Matias Niemelä | |
| Closes #6631 | |||
| 2014-03-10 | docs($route): change routes property to correct type | doodeec | |
| change $route.routes property type to Object, property is marked incorrectly as an Array Closes #6552 | |||
| 2014-03-10 | docs(guide/forms): remove unnecessary controller reference | Narretz | |
| the controller reference was breaking the custom validation example Closes #6525 Closes #6533 | |||
| 2014-03-10 | feat(): whitelist blob urls for sanitization of data-bound image urls | Igor Minar | |
| Closes #4623 | |||
| 2014-03-09 | docs(guide/providers): remove unneeded word "the" | chadfennell | |
| no need to specify which space, there's only one :) Closes #6622 | |||
| 2014-03-08 | docs(tutorial/step-12): correct application name | Chung-Min Cheng | |
| Fixed wrong app name: - phonecat -> phonecatApp, which meets the code in app.js Closes #6611 | |||
| 2014-03-08 | docs(Error404): better heading | Peter Bacon Darwin | |
| 2014-03-08 | docs(Error404): improve search results layout | Peter Bacon Darwin | |
| 2014-03-07 | chore(release): update cdn version | jenkins | |
| 2014-03-07 | chore(release): Update package.json to reflect 1.3.x versionv1.3.0-beta.1 | Tobias Bosch | |
| 2014-03-07 | docs(changelog): release notes for 1.3.0-beta.1 retractable-eyebrow | Brian Ford | |
| 2014-03-07 | docs($sce): correct typo | Sekib Omazic | |
| `consititute` -> `constitute` Typo fixed Closes #6607 | |||
| 2014-03-07 | chore(build): upgrade grunt-jscs-checker to ~0.4.0 | Igor Minar | |
| this is primarily to resolve peerdependency version mismatch issue | |||
| 2014-03-07 | docs(ngBind): fix typo | Sekib Omazic | |
| `preferrable` -> `preferable` Typo fixed Closes #6606 | |||
| 2014-03-07 | docs(guide/migration): fix broken link | Igor Minar | |
| 2014-03-07 | docs(guide/migration): fix typos | Sekib Omazic | |
| A few typos fixed. Closes #6605 | |||
| 2014-03-07 | docs(guide/directive): fix typo | Sekib Omazic | |
| `restictions` -> `restrictions` Closes #6604 | |||
| 2014-03-07 | style(jsdoc tags): remove/ammend invalid tags | Peter Bacon Darwin | |
| As highlighted by the new sterner dgeni. | |||
| 2014-03-07 | docs(404 errors): provide a better 404 experience | Peter Bacon Darwin | |
| It is a bit rough and ready but does a better job than nothing. | |||
| 2014-03-07 | fix($compile): support templates with thead and tfoot root elements | Lucas Galfasó | |
| If the first element in a template is a <thead> or a <tfoot>, then use the existing logic to handle table elements compilation. Closes #6289 | |||
| 2014-03-07 | chore(package): update dgeni dependencies | Peter Bacon Darwin | |
| 2014-03-07 | chore(doc-gen): add contentFolder config property | Peter Bacon Darwin | |
| 2014-03-07 | chore(doc-gen): add inline @type tag | Peter Bacon Darwin | |
| 2014-03-07 | docs($route): fix formatting of example code | Peter Bacon Darwin | |
| 2014-03-07 | chore(doc-gen): fix error-doc processor | Peter Bacon Darwin | |
| The meta-data should be parsed from the name not the id. | |||
| 2014-03-07 | chore(doc-gen): improve error reporting | Peter Bacon Darwin | |
| 2014-03-07 | docs(tutorial): link update for Jasmine | Eddie Hedges | |
| Jasmine doesn't live at the replaced link anymore. It has a link to click through, but I figured it would be better to just go directly to the correct location. Closes #6591 | |||
| 2014-03-06 | docs(guide/services): minor fixes | Misha Moroshko | |
| 2014-03-06 | feat(input): support types date, time, datetime-local, month, week | Ben Lesh | |
| On older browser that don't support the new HTML5 inputs and display a text input instead, the user is required to enter the data in the corresponding ISO format. The value in `ng-model` will always be a date. E2e tests contain a workaround to a bug in webdriver, see https://github.com/angular/protractor/issues/562. Also adds weeks as format to the `dateFilter`. Related to #757. Closes #5864. | |||
| 2014-03-06 | fix(style): expressions in style tags | Sekib Omazic | |
| Enable data-binding for style tags. Note: this feature does not work on IE8. Closes #2387 Closes #6492 | |||
| 2014-03-06 | chore(build): don't instruct Jenkins test on IE | Igor Minar | |
| for an unknown reason the VMs can't connect to local karma, so all builds on Jenkins (ci.angularjs.org) are failing right now. Since we want to kill Jenkins anyway, and travis tests on IE, this should not have any significant impact on us. | |||
| 2014-03-06 | chore(build): remove IE8 target from all test configs | Igor Minar | |
| BREAKING CHANGE: As communicated before, IE8 is no longer supported. more info: http://blog.angularjs.org/2013/12/angularjs-13-new-release-approaches.html | |||
| 2014-03-05 | chore(publish.sh): publish to all serving backends | Chirayu Krishnappa | |
| 2014-03-05 | style: enable jscs requireLeftStickedOperators rule | Timothée Jeannin | |
| Closed #6544. | |||
| 2014-03-05 | docs(directive.ngdoc): typo fix | Tony Bergeron | |
| 2014-03-05 | docs(tutorial): update step_09.ngdoc | tpiere | |
| Closes #5991 | |||
| 2014-03-05 | docs(guide/services): clean up typos | Zak Johnson | |
| 2014-03-05 | docs(guide/forms): fix a typo | mgerstenblatt | |
| Closes #6556 | |||
| 2014-03-05 | docs(tutorial): update step_08.ngdoc | Chung-Min Cheng | |
| Closes #6537 | |||
| 2014-03-05 | docs(tutorial/index): improve accessibility | Sharon DiOrio | |
| - Adds accessibility attributes to links and images. - Adds a note on using NVM for node. | |||
| 2014-03-05 | chore(grunt): remove unnecessary white spaces | Takashi Nakagawa | |
| 2014-03-03 | docs(guide/module): improve clarity | Brian Ford | |
| 2014-03-03 | docs(guide/di): fix formatting and improve clarity | Brian Ford | |
| 2014-03-03 | docs(guide/databinding): reword for clarity | Brian Ford | |
| 2014-03-03 | docs(guide/controller): reorganize, add Controller suffix, formatting | Brian Ford | |
| 2014-03-03 | docs(guide/concepts): fix links | Brian Ford | |
| 2014-03-03 | docs(guide/introduction): reword for clarity | Brian Ford | |
| 2014-03-03 | docs(guide/unit-testing): rename and fix formatting | Brian Ford | |
| 2014-03-03 | docs(guide/e2e-testing): rename and fix formatting | Brian Ford | |
| 2014-03-03 | docs(guide/css-styling): rename and fix formatting | Brian Ford | |
