diff --git a/examples/demo-bind-to-single-property-async.html b/examples/demo-bind-to-single-property-async.html
index 1253a43bf..f57d93188 100644
--- a/examples/demo-bind-to-single-property-async.html
+++ b/examples/demo-bind-to-single-property-async.html
@@ -65,7 +65,7 @@
Select2 theme
Single property binding with async data
Selected: {{personAsync.selected}}
-
+
{{$select.selected.name || $select.selected}}
diff --git a/examples/demo-bind-to-single-property.html b/examples/demo-bind-to-single-property.html
index 13d71492a..9da6b4ef7 100644
--- a/examples/demo-bind-to-single-property.html
+++ b/examples/demo-bind-to-single-property.html
@@ -64,7 +64,7 @@
Select2 theme
Selected: {{person.selected}}
-
+
{{$select.selected.name}}
diff --git a/examples/demo-disable-search.html b/examples/demo-disable-search.html
index 2b92d02b3..43d48a96c 100644
--- a/examples/demo-disable-search.html
+++ b/examples/demo-disable-search.html
@@ -65,7 +65,7 @@
Bootstrap theme
Selected: {{person.selected}}
-
+
{{$select.selected.name}}
diff --git a/examples/demo-event-on-select.html b/examples/demo-event-on-select.html
index d7de9c6eb..491048730 100644
--- a/examples/demo-event-on-select.html
+++ b/examples/demo-event-on-select.html
@@ -64,7 +64,7 @@
Select2 theme
Selected: {{person.selected}}
-
+
{{$select.selected.name}}
@@ -79,7 +79,7 @@ Select2 theme
Event Result
- Called {{counter+0}} times selected
+ Called {{counter+0}} times selected
item = {{eventResult.item}}
model = {{eventResult.model}}