mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-29 05:15:38 +08:00
docs(ngInclude): replace <tt> with <code>
Using obsolete <tt> HTML tag may not be good for Angular examples Closes #10594
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
<select ng-model="template" ng-options="t.name for t in templates">
|
<select ng-model="template" ng-options="t.name for t in templates">
|
||||||
<option value="">(blank)</option>
|
<option value="">(blank)</option>
|
||||||
</select>
|
</select>
|
||||||
url of the template: <tt>{{template.url}}</tt>
|
url of the template: <code>{{template.url}}</code>
|
||||||
<hr/>
|
<hr/>
|
||||||
<div class="slide-animate-container">
|
<div class="slide-animate-container">
|
||||||
<div class="slide-animate" ng-include="template.url"></div>
|
<div class="slide-animate" ng-include="template.url"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user