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/javascript.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index dd65c1b8d..894671b7e 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1323,7 +1323,7 @@ $('.myCarousel').carousel({

Example

Start typing in the field below to show the typeahead results.

- +

Using bootstrap-typeahead.js

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