This repository was archived by the owner on Mar 20, 2024. It is now read-only.
Translate TS Docs Attribute Directive#60
Open
GuzmanPI wants to merge 3 commits intoangular:masterfrom
Open
Conversation
| * [aplicará directiva de atributo a un elemento en una plantilla](#apply-directive) | ||
| * [responderá a eventeos de interacción del usuario](#respond-to-user) | ||
| * [pasará valores a la directiva usando el data binding](#bindings) | ||
|
|
Contributor
There was a problem hiding this comment.
En las listas hay que poner la traducción de cada elemento debajo de su parte de inglés, algo así:
In this chapter we will
En este capítulo usted
* [write an attribute directive to change the background color](#write-directive)
* [escribirá una directiva de atributo para cambiar el color de fondo](#write-directive)
* [apply the attribute directive to an element in a template](#apply-directive)
* [aplicará directiva de atributo a un elemento en una plantilla](#apply-directive)
…ts-docs-attribute-directives * 'master' of https://github.com/GuzmanPI/angular-es: (69 commits) fix(ci): bump LATEST_RELEASE to 2.0.0-rc.6 fix(api-builder): prefix static members with 'static' refactor(api-builder): remove obsolete stuff fix(harp): temporarily use PR commit for js fix (#2308) arreglar link a stack overflow en el footer (angular#67) Traduccion del footer (angular#66) added proposed under construction banner (angular#57) Jesus's tweaks Translated TS Guide Displaying Data chore: update to node 6 (#2301) docs(browser-support): edits (#2299) fix(api-builder): correctly import github and params helpers api-builder: show metadata details on decorator docs api-builder: render pipes with specialised template chore(eslint): add eslint config file doc-gen(mergeDecoratorDocs): capture all the metadata docs chore(package): remove unused dependency, grunt-sass chore(dgeni-packages): update to use 0.15.2 docs(browser-support): document browser support and polyfills (#2244) fix(api-builder/addJadeDataDocs): handle newlines better (#2296) ...
…ts-docs-attribute-directives * 'master' of https://github.com/GuzmanPI/angular-es: (60 commits) docs(ngmodule): remove hero.service from module (post-RC6 todo) also switched to moduleId docs(style-guide): attributes aren't comma separated (#2372) fix: fix broken anchors chore: fix api docs issue on angular 2.0.0 (#2365) chore: update compiler-cli version (#2354) docs(release): announce 2.0 final chore: here we are (#2353) chore: more typograhpical fixes (#2352) docs(refresh): late bio add and livestream banner chore(bios): adding bio fixed headings in api pages design(style): Restyle changes from Alex news(sept): news updates for september fix ngModule tag, api-list and json encoding docs(aot): remove typescript instruction chore(bios): add bio for gkalpak style(bios): make whitespace consistent chore(api-builder): use Jade include rather than Harp partial temp disable docs merger fix: merge the decorator data with the symbol ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is related to issue #17