File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Typeahead is a AngularJS version of [ Twitter Bootstrap typeahead plugin] ( http://twitter.github.com/bootstrap/javascript.html#typeahead ) .
2
2
This directive can be used to quickly create elegant typeheads with any form text input.
3
3
4
- It is very well integrated into the AngularJS as it uses subset of the
5
- [ select directive] ( http://docs.angularjs.org/api/ng.directive:select ) syntax, which is very flexible. Supported expressions:
4
+ It is very well integrated into AngularJS as it uses a subset of the
5
+ [ select directive] ( http://docs.angularjs.org/api/ng.directive:select ) syntax, which is very flexible. Supported expressions are :
6
6
7
7
* _ label_ for _ value_ in _ sourceArray_
8
8
* _ select_ as _ label_ for _ value_ in _ sourceArray_
9
9
10
- The ` sourceArray ` expression can use a special ` $viewValue ` variable that corresponds to a value entered inside input by a user .
10
+ The ` sourceArray ` expression can use a special ` $viewValue ` variable that corresponds to the value entered inside the input .
11
11
12
- Also this directive works with promises and it means that you can retrieve matches using the ` $http ` service with minimal effort.
12
+ This directive works with promises, meaning you can retrieve matches using the ` $http ` service with minimal effort.
13
13
14
14
The typeahead directives provide several attributes:
15
15
You can’t perform that action at this time.
0 commit comments