@@ -13,38 +13,38 @@ This directive works with promises, meaning you can retrieve matches using the `
13
13
14
14
The typeahead directives provide several attributes:
15
15
16
- * ` ng-model ` <i class =" icon -eye-open" ></i >
16
+ * ` ng-model ` <i class =" glyphicon glyphicon -eye-open" ></i >
17
17
:
18
18
Assignable angular expression to data-bind to
19
19
20
- * ` typeahead ` <i class =" icon -eye-open" ></i >
20
+ * ` typeahead ` <i class =" glyphicon glyphicon -eye-open" ></i >
21
21
:
22
22
Comprehension Angular expression (see [ select directive] ( http://docs.angularjs.org/api/ng.directive:select ) )
23
23
24
- * ` typeahead-editable ` <i class =" icon -eye-open" ></i >
24
+ * ` typeahead-editable ` <i class =" glyphicon glyphicon -eye-open" ></i >
25
25
_ (Defaults: true)_ :
26
26
Should it restrict model values to the ones selected from the popup only ?
27
27
28
- * ` typeahead-input-formatter ` <i class =" icon -eye-open" ></i >
28
+ * ` typeahead-input-formatter ` <i class =" glyphicon glyphicon -eye-open" ></i >
29
29
_ (Defaults: undefined)_ :
30
30
Format the ng-model result after selection
31
31
32
- * ` typeahead-loading ` <i class =" icon -eye-open" ></i >
32
+ * ` typeahead-loading ` <i class =" glyphicon glyphicon -eye-open" ></i >
33
33
_ (Defaults: angular.noop)_ :
34
34
Binding to a variable that indicates if matches are being retrieved asynchronously
35
35
36
- * ` typeahead-min-length ` <i class =" icon -eye-open" ></i >
36
+ * ` typeahead-min-length ` <i class =" glyphicon glyphicon -eye-open" ></i >
37
37
_ (Defaults: 1)_ :
38
38
Minimal no of characters that needs to be entered before typeahead kicks-in
39
39
40
- * ` typeahead-on-select ` <i class =" icon -eye-open" ></i >
40
+ * ` typeahead-on-select ` <i class =" glyphicon glyphicon -eye-open" ></i >
41
41
_ (Defaults: null)_ :
42
42
A callback executed when a match is selected
43
43
44
- * ` typeahead-template-url ` <i class =" icon -eye-open" ></i >
44
+ * ` typeahead-template-url ` <i class =" glyphicon glyphicon -eye-open" ></i >
45
45
:
46
46
Set custom item template
47
47
48
- * ` typeahead-wait-ms ` <i class =" icon -eye-open" ></i >
48
+ * ` typeahead-wait-ms ` <i class =" glyphicon glyphicon -eye-open" ></i >
49
49
_ (Defaults: 0)_ :
50
50
Minimal wait time after last character typed before typeahead kicks-in
0 commit comments