@@ -13,38 +13,38 @@ This directive works with promises, meaning you can retrieve matches using the `
1313
1414The typeahead directives provide several attributes:
1515
16- * ` ng-model ` <i class =" icon -eye-open" ></i >
16+ * ` ng-model ` <i class =" glyphicon glyphicon -eye-open" ></i >
1717 :
1818 Assignable angular expression to data-bind to
1919
20- * ` typeahead ` <i class =" icon -eye-open" ></i >
20+ * ` typeahead ` <i class =" glyphicon glyphicon -eye-open" ></i >
2121 :
2222 Comprehension Angular expression (see [ select directive] ( http://docs.angularjs.org/api/ng.directive:select ) )
2323
24- * ` typeahead-editable ` <i class =" icon -eye-open" ></i >
24+ * ` typeahead-editable ` <i class =" glyphicon glyphicon -eye-open" ></i >
2525 _ (Defaults: true)_ :
2626 Should it restrict model values to the ones selected from the popup only ?
2727
28- * ` typeahead-input-formatter ` <i class =" icon -eye-open" ></i >
28+ * ` typeahead-input-formatter ` <i class =" glyphicon glyphicon -eye-open" ></i >
2929 _ (Defaults: undefined)_ :
3030 Format the ng-model result after selection
3131
32- * ` typeahead-loading ` <i class =" icon -eye-open" ></i >
32+ * ` typeahead-loading ` <i class =" glyphicon glyphicon -eye-open" ></i >
3333 _ (Defaults: angular.noop)_ :
3434 Binding to a variable that indicates if matches are being retrieved asynchronously
3535
36- * ` typeahead-min-length ` <i class =" icon -eye-open" ></i >
36+ * ` typeahead-min-length ` <i class =" glyphicon glyphicon -eye-open" ></i >
3737 _ (Defaults: 1)_ :
3838 Minimal no of characters that needs to be entered before typeahead kicks-in
3939
40- * ` typeahead-on-select ` <i class =" icon -eye-open" ></i >
40+ * ` typeahead-on-select ` <i class =" glyphicon glyphicon -eye-open" ></i >
4141 _ (Defaults: null)_ :
4242 A callback executed when a match is selected
4343
44- * ` typeahead-template-url ` <i class =" icon -eye-open" ></i >
44+ * ` typeahead-template-url ` <i class =" glyphicon glyphicon -eye-open" ></i >
4545 :
4646 Set custom item template
4747
48- * ` typeahead-wait-ms ` <i class =" icon -eye-open" ></i >
48+ * ` typeahead-wait-ms ` <i class =" glyphicon glyphicon -eye-open" ></i >
4949 _ (Defaults: 0)_ :
5050 Minimal wait time after last character typed before typeahead kicks-in
0 commit comments