We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5e527 commit 2ff7edfCopy full SHA for 2ff7edf
src/ng/directive/ngInclude.js
@@ -49,7 +49,7 @@
49
<select ng-model="template" ng-options="t.name for t in templates">
50
<option value="">(blank)</option>
51
</select>
52
- url of the template: <tt>{{template.url}}</tt>
+ url of the template: <code>{{template.url}}</code>
53
<hr/>
54
<div class="slide-animate-container">
55
<div class="slide-animate" ng-include="template.url"></div>
0 commit comments