We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319dd1a commit 4f735b0Copy full SHA for 4f735b0
src/ng/directive/ngSwitch.js
@@ -11,7 +11,7 @@
11
* as specified in the template.
12
*
13
* The directive itself works similar to ngInclude, however, instead of downloading template code (or loading it
14
- * from the template cache), `ngSwitch` simply choses one of the nested elements and makes it visible based on which element
+ * from the template cache), `ngSwitch` simply chooses one of the nested elements and makes it visible based on which element
15
* matches the value obtained from the evaluated expression. In other words, you define a container element
16
* (where you place the directive), place an expression on the **`on="..."` attribute**
17
* (or the **`ng-switch="..."` attribute**), define any inner elements inside of the directive and place
0 commit comments