Skip to content
Permalink
Browse files

docs(ngInclude): replace <tt> with <code>

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

Closes #10594
  • Loading branch information
rus0000 authored and caitp committed Dec 29, 2014
1 parent d60fbcc commit 3cbf542af091c75976b05c747df456868cf7c02b
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/ng/directive/ngInclude.js
@@ -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: <code>{{template.url}}</code>
<hr/>
<div class="slide-animate-container">
<div class="slide-animate" ng-include="template.url"></div>

0 comments on commit 3cbf542

Please sign in to comment.
You can’t perform that action at this time.