We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60fbcc commit 3cbf542Copy full SHA for 3cbf542
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