Skip to content

Commit 2940a8d

Browse files
committed
Merge pull request #28 from ShaggyDude/patch-1
uncommenting inflector text paragraph
2 parents 813df70 + e017d3f commit 2940a8d

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)