@@ -66,7 +66,7 @@ <h1>Tagging Demos</h1>
6666
6767 < h3 > Simple String Tags</ h3 >
6868 < h4 > (With Custom Tag Label)</ h4 >
69- < ui-select multiple tagging tagging-label ="(custom 'new' label) " ng-model ="multipleDemo.colors " theme ="bootstrap " ng-disabled ="disabled " style ="width: 300px; ">
69+ < ui-select multiple tagging tagging-label ="(custom 'new' label) " ng-model ="multipleDemo.colors " theme ="bootstrap " ng-disabled ="disabled " style ="width: 300px; " title =" Choose a color " >
7070 < ui-select-match placeholder ="Select colors... "> {{$item}}</ ui-select-match >
7171 < ui-select-choices repeat ="color in availableColors | filter:$select.search ">
7272 {{color}}
@@ -77,7 +77,7 @@ <h4>(With Custom Tag Label)</h4>
7777
7878 < h3 > Simple String Tags </ h3 >
7979 < h4 > (Predictive Search Model / No Labels)</ h4 >
80- < ui-select multiple tagging tagging-label ="false " ng-model ="multipleDemo.colors2 " theme ="bootstrap " ng-disabled ="disabled " style ="width: 300px; ">
80+ < ui-select multiple tagging tagging-label ="false " ng-model ="multipleDemo.colors2 " theme ="bootstrap " ng-disabled ="disabled " style ="width: 300px; " title =" Choose a color " >
8181 < ui-select-match placeholder ="Select colors... "> {{$item}}</ ui-select-match >
8282 < ui-select-choices repeat ="color in availableColors | filter:$select.search ">
8383 {{color}}
@@ -87,7 +87,7 @@ <h4>(Predictive Search Model / No Labels)</h4>
8787 < hr >
8888
8989 < h3 > Object Tags</ h3 >
90- < ui-select multiple tagging ="tagTransform " ng-model ="multipleDemo.selectedPeople " theme ="bootstrap " ng-disabled ="disabled " style ="width: 800px; ">
90+ < ui-select multiple tagging ="tagTransform " ng-model ="multipleDemo.selectedPeople " theme ="bootstrap " ng-disabled ="disabled " style ="width: 800px; " title =" Choose a person " >
9191 < ui-select-match placeholder ="Select person... "> {{$item.name}} <{{$item.email}}></ ui-select-match >
9292 < ui-select-choices repeat ="person in people | propsFilter: {name: $select.search, age: $select.search} ">
9393 < div ng-if ="person.isTag " ng-bind-html ="person.name +' <small>(new)</small>'| highlight: $select.search "> </ div >
@@ -103,7 +103,7 @@ <h3>Object Tags</h3>
103103
104104 < h3 > Object Tags with Tokenization (Space, Forward Slash, Comma)</ h3 >
105105 < strong > Note that the SPACE character can't be used literally, use the keyword SPACE</ strong >
106- < ui-select multiple tagging ="tagTransform " tagging-tokens ="SPACE|,|/ " ng-model ="multipleDemo.selectedPeople2 " theme ="bootstrap " ng-disabled ="disabled " style ="width: 800px; ">
106+ < ui-select multiple tagging ="tagTransform " tagging-tokens ="SPACE|,|/ " ng-model ="multipleDemo.selectedPeople2 " theme ="bootstrap " ng-disabled ="disabled " style ="width: 800px; " title =" Choose a person " >
107107 < ui-select-match placeholder ="Select person... "> {{$item.name}} <{{$item.email}}></ ui-select-match >
108108 < ui-select-choices repeat ="person in people | propsFilter: {name: $select.search, age: $select.search} ">
109109 < div ng-if ="person.isTag " ng-bind-html ="person.name + ' ' + $select.taggingLabel | highlight: $select.search "> </ div >
0 commit comments