Skip to content

Commit e017d3f

Browse files
committed
uncommenting inflector text paragraph
uncommenting inflector text paragraph. The example doesn't show up without it. <p>{{inflectorText|inflector:inflectorType}}</p>
1 parent 813df70 commit e017d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ <h3>What?</h3>
932932
<label><input type="radio" value="variable" ng-model="inflectorType"> Variable</label>
933933
</p>
934934
<p><input placeholder="Enter some text to inflect" ng-model="inflectorText"></p>
935-
<!--<p>{{inflectorText|inflector:inflectorType}}</p>-->
935+
<p>{{inflectorText|inflector:inflectorType}}</p>
936936
</div>
937937

938938
<h3>How?</h3>

0 commit comments

Comments
 (0)