For rendering the modal list, [`item.Name` is used as item caption](https://github.com/tipstrade/ionic-fancy-select/blob/master/src/ionic-fancy-select.js#L79). This should instead reference the property of `item` which is specified via [`text-property`](https://github.com/tipstrade/ionic-fancy-select/blob/master/src/ionic-fancy-select.js#L49) directive attribute.
For rendering the modal list,
item.Nameis used as item caption. This should instead reference the property ofitemwhich is specified viatext-propertydirective attribute.