Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(ngInclude): describe your change... #10594

Closed
wants to merge 2 commits into from
Closed

Conversation

rus0000
Copy link
Contributor

@rus0000 rus0000 commented Dec 29, 2014

Using obsolete tt HTML tag may not be good for Angular examples

Using obsolete <tt> HTML tag may not be good for Angular examples
@googlebot
Copy link

Thanks for your pull request.

It looks like this may be your first contribution to a Google open source project, in which case you'll need to sign a Contributor License Agreement (CLA) at https://cla.developers.google.com/.

If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check the information on your CLA or see this help article on setting the email on your git commits.

Once you've done that, please reply here to let us know. If you signed the CLA as a corporation, please let us know the company's name.

@@ -49,7 +49,7 @@
<select ng-model="template" ng-options="t.name for t in templates">
<option value="">(blank)</option>
</select>
url of the template: <tt>{{template.url}}</tt>
url of the template: {{template.url}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be good to replace tt with code instead of getting rid of the element completely (it looks better to me) --- otherwise lgtm

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeh, adding <code> would be much better as compared to simply removing those tags. @rus0000 could you please change <tt> => <code> and sign the CLA so we can merge this one?

@pkozlowski-opensource pkozlowski-opensource added this to the Backlog milestone Dec 29, 2014
@ilanbiala
Copy link

@rus0000 can you make the change and someone will merge this in?

@googlebot
Copy link

CLAs look good, thanks!

@rus0000
Copy link
Contributor Author

rus0000 commented Dec 30, 2014

Replaced tt tag with code

@caitp
Copy link
Contributor

caitp commented Dec 30, 2014

Thanks @rus0000

caitp pushed a commit that referenced this pull request Dec 30, 2014
Using obsolete <tt> HTML tag may not be good for Angular examples

Closes #10594
caitp pushed a commit that referenced this pull request Dec 30, 2014
Using obsolete <tt> HTML tag may not be good for Angular examples

Closes #10594
@caitp caitp closed this in 2ff7edf Dec 30, 2014
@rus0000 rus0000 deleted the patch-1 branch December 30, 2014 21:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants