diff --git a/src/typeahead/docs/demo.html b/src/typeahead/docs/demo.html
index 34faf743fc..b1635be3d7 100644
--- a/src/typeahead/docs/demo.html
+++ b/src/typeahead/docs/demo.html
@@ -65,8 +65,8 @@ <h4>Asynchronous results</h4>
     </div>
 
     <h4>ngModelOptions support</h4>
-    <pre>Model: {{ngModelOptionsSelected | json}}</pre>
-    <input type="text" ng-model="ngModelOptionsSelected" ng-model-options="modelOptions" uib-typeahead="state for state in states | filter:$viewValue | limitTo:8" class="form-control">
+    <pre>Model: {{ngModelOptionSelected}}</pre>
+    <input type="text" ng-model="ngModelOptionSelected" ng-model-options="modelOptions" uib-typeahead="state for state in states | filter:$viewValue | limitTo:8" class="form-control">
 
     <h4>Custom templates for results</h4>
     <pre>Model: {{customSelected | json}}</pre>