aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-03-10chore(docs): ensure the "Improve this doc" button is clickableMatias Niemelä
Closes #6631
2014-03-10docs($route): change routes property to correct typedoodeec
change $route.routes property type to Object, property is marked incorrectly as an Array Closes #6552
2014-03-10docs(guide/forms): remove unnecessary controller referenceNarretz
the controller reference was breaking the custom validation example Closes #6525 Closes #6533
2014-03-10feat(): whitelist blob urls for sanitization of data-bound image urlsIgor Minar
Closes #4623
2014-03-09docs(guide/providers): remove unneeded word "the"chadfennell
no need to specify which space, there's only one :) Closes #6622
2014-03-08docs(tutorial/step-12): correct application nameChung-Min Cheng
Fixed wrong app name: - phonecat -> phonecatApp, which meets the code in app.js Closes #6611
2014-03-08docs(Error404): better headingPeter Bacon Darwin
2014-03-08docs(Error404): improve search results layoutPeter Bacon Darwin
2014-03-07chore(release): update cdn versionjenkins
2014-03-07chore(release): Update package.json to reflect 1.3.x versionv1.3.0-beta.1Tobias Bosch
2014-03-07docs(changelog): release notes for 1.3.0-beta.1 retractable-eyebrowBrian Ford
2014-03-07docs($sce): correct typoSekib Omazic
`consititute` -> `constitute` Typo fixed Closes #6607
2014-03-07chore(build): upgrade grunt-jscs-checker to ~0.4.0Igor Minar
this is primarily to resolve peerdependency version mismatch issue
2014-03-07docs(ngBind): fix typoSekib Omazic
`preferrable` -> `preferable` Typo fixed Closes #6606
2014-03-07docs(guide/migration): fix broken linkIgor Minar
2014-03-07docs(guide/migration): fix typosSekib Omazic
A few typos fixed. Closes #6605
2014-03-07docs(guide/directive): fix typoSekib Omazic
`restictions` -> `restrictions` Closes #6604
2014-03-07style(jsdoc tags): remove/ammend invalid tagsPeter Bacon Darwin
As highlighted by the new sterner dgeni.
2014-03-07docs(404 errors): provide a better 404 experiencePeter Bacon Darwin
It is a bit rough and ready but does a better job than nothing.
2014-03-07fix($compile): support templates with thead and tfoot root elementsLucas 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-07chore(package): update dgeni dependenciesPeter Bacon Darwin
2014-03-07chore(doc-gen): add contentFolder config propertyPeter Bacon Darwin
2014-03-07chore(doc-gen): add inline @type tagPeter Bacon Darwin
2014-03-07docs($route): fix formatting of example codePeter Bacon Darwin
2014-03-07chore(doc-gen): fix error-doc processorPeter Bacon Darwin
The meta-data should be parsed from the name not the id.
2014-03-07chore(doc-gen): improve error reportingPeter Bacon Darwin
2014-03-07docs(tutorial): link update for JasmineEddie 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-06docs(guide/services): minor fixesMisha Moroshko
2014-03-06feat(input): support types date, time, datetime-local, month, weekBen 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-06fix(style): expressions in style tagsSekib Omazic
Enable data-binding for style tags. Note: this feature does not work on IE8. Closes #2387 Closes #6492
2014-03-06chore(build): don't instruct Jenkins test on IEIgor 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-06chore(build): remove IE8 target from all test configsIgor 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-05chore(publish.sh): publish to all serving backendsChirayu Krishnappa
2014-03-05style: enable jscs requireLeftStickedOperators ruleTimothée Jeannin
Closed #6544.
2014-03-05docs(directive.ngdoc): typo fixTony Bergeron
2014-03-05docs(tutorial): update step_09.ngdoctpiere
Closes #5991
2014-03-05docs(guide/services): clean up typosZak Johnson
2014-03-05docs(guide/forms): fix a typomgerstenblatt
Closes #6556
2014-03-05docs(tutorial): update step_08.ngdocChung-Min Cheng
Closes #6537
2014-03-05docs(tutorial/index): improve accessibilitySharon DiOrio
- Adds accessibility attributes to links and images. - Adds a note on using NVM for node.
2014-03-05chore(grunt): remove unnecessary white spacesTakashi Nakagawa
2014-03-03docs(guide/module): improve clarityBrian Ford
2014-03-03docs(guide/di): fix formatting and improve clarityBrian Ford
2014-03-03docs(guide/databinding): reword for clarityBrian Ford
2014-03-03docs(guide/controller): reorganize, add Controller suffix, formattingBrian Ford
2014-03-03docs(guide/concepts): fix linksBrian Ford
2014-03-03docs(guide/introduction): reword for clarityBrian Ford
2014-03-03docs(guide/unit-testing): rename and fix formattingBrian Ford
2014-03-03docs(guide/e2e-testing): rename and fix formattingBrian Ford
2014-03-03docs(guide/css-styling): rename and fix formattingBrian Ford