A single selected item is not an array anymore with a single value - #115
The item repeat has been switched from collection-repeat to ng-repeat as there were some issues - #126
Migration notes
As part of the #115 issue when you now select a single value (maxSelectedItems=1) then the item
is now returned as object and not as an array with one element. If you use a custom template, please also check the changes in the default template.
Fixed an issue with multiple ion-autocomplete directives on one page.
Prepared for Angular 2.0.
Upgraded project to use newest libraries.
Migration notes
As of version 0.3.0 the component does not support the element restriction anymore, such that you are just able to
use the attribute restriction on all your elements. This means that you need to convert all <ion-autocomplete ... />
tags to the following tag: <input ion-autocomplete type="text" readonly="readonly" class="ion-autocomplete" autocomplete="off" ... />