From 00d301a6234c4fb926f0648dfc4d7fdb2de6509f Mon Sep 17 00:00:00 2001 From: Maximiliano Forlenza Date: Tue, 16 May 2017 19:24:52 -0300 Subject: [PATCH] fix(typeahead): fix ng-model in typeahead --- src/typeahead/docs/demo.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@

Asynchronous results

ngModelOptions support

-
Model: {{ngModelOptionsSelected | json}}
- +
Model: {{ngModelOptionSelected}}
+

Custom templates for results

Model: {{customSelected | json}}