From aa594501bd24d51181dc3504602aa4aaefb1cb60 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Thu, 26 Jan 2012 23:16:02 -0800 Subject: change typeahead to data-source instead of data-data and add to docs --- docs/templates/pages/javascript.mustache | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/templates/pages/javascript.mustache') diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 59b8a03d6..6e3ba25da 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1258,7 +1258,7 @@ $('.myCarousel').carousel({

{{_i}}Example{{/i}}

{{_i}}Start typing in the field below to show the typeahead results.{{/i}}

- +

{{_i}}Using bootstrap-typeahead.js{{/i}}

@@ -1275,6 +1275,12 @@ $('.myCarousel').carousel({ + + {{_i}}source{{/i}} + {{_i}}array{{/i}} + [ ] + {{_i}}The data source to query against.{{/i}} + {{_i}}items{{/i}} {{_i}}number{{/i}} -- cgit v1.2.3