<fancy-select
header-text="Select an option"
items="items"
value="selected"
icon-property="icon"
value-property="id"
text-property="id"
allow-empty='true'
multi-select="true"
text="Nothing selected"
modal-template-url="lib/ionic-fancy-select/templates/fancy-select-modal-template.html"
template-url="lib/ionic-fancy-select/templates/item-template.html"
note-text="A Note text"
note-img="img/foo.png"
note-img-class="icon"
value-changed="onValueChanged(value)"
get-custom-text="getCustomText(value)"