Use the wj-multi-auto-complete directive to add MultiAutoComplete controls to your AngularJS applications.
Note that directive and parameter names must be formatted as lower-case with dashes
instead of camel-case. For example:
<p>Here is a InputTags bound to a collection of objects:</p>
<wj-multi-auto-complete
max-selected-items="8"
items-source="ctx.items"
selected-Member-path="selected">
</wj-multi-auto-complete>
AngularJS directive for the MultiAutoComplete control.
Use the wj-multi-auto-complete directive to add MultiAutoComplete controls to your AngularJS applications. Note that directive and parameter names must be formatted as lower-case with dashes instead of camel-case. For example:
The wj-multi-auto-complete directive extends wijmo.angular.input.WjAutoComplete with the following attributes:
@
The maximum number of items that can be selected.@
The name of the property used to control which item will be selected.@
An array containing the items that are currently selected.&
The MultiAutoComplete.selectedItemsChanged event handler.