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

Commit b839f73

Browse files
rus0000caitp
authored andcommittedDec 30, 2014
docs(ngInclude): replace <tt> with <code>
Using obsolete <tt> HTML tag may not be good for Angular examples Closes #10594
1 parent aee3293 commit b839f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ng/directive/ngInclude.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<select ng-model="template" ng-options="t.name for t in templates">
5050
<option value="">(blank)</option>
5151
</select>
52-
url of the template: <tt>{{template.url}}</tt>
52+
url of the template: <code>{{template.url}}</code>
5353
<hr/>
5454
<div class="slide-animate-container">
5555
<div class="slide-animate" ng-include="template.url"></div>

0 commit comments

Comments
 (0)
This repository has been archived.