We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c279b commit 68c136dCopy full SHA for 68c136d
src/ng/directive/ngSwitch.js
@@ -43,7 +43,7 @@
43
*
44
* @scope
45
* @priority 1200
46
- * @param {*} ngSwitch|on expression to match against <tt>ng-switch-when</tt>.
+ * @param {*} ngSwitch|on expression to match against <code>ng-switch-when</code>.
47
* On child elements add:
48
49
* * `ngSwitchWhen`: the case statement to match against. If match then this
@@ -60,7 +60,7 @@
60
<div ng-controller="ExampleController">
61
<select ng-model="selection" ng-options="item for item in items">
62
</select>
63
- <tt>selection={{selection}}</tt>
+ <code>selection={{selection}}</code>
64
<hr/>
65
<div class="animate-switch-container"
66
ng-switch on="selection">
0 commit comments