We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 813df70 + e017d3f commit 2940a8dCopy full SHA for 2940a8d
index.html
@@ -932,7 +932,7 @@ <h3>What?</h3>
932
<label><input type="radio" value="variable" ng-model="inflectorType"> Variable</label>
933
</p>
934
<p><input placeholder="Enter some text to inflect" ng-model="inflectorText"></p>
935
- <!--<p>{{inflectorText|inflector:inflectorType}}</p>-->
+ <p>{{inflectorText|inflector:inflectorType}}</p>
936
</div>
937
938
<h3>How?</h3>
0 commit comments