-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Ionic 3 #231
Comments
Hi @fdagher1 that has not been tested yet. As you see here: https://github.com/guylabs/ion-autocomplete#ionic-compatibility the latest version of Ionic is But currently I won't be able to work on that. Thanks and regards Guy |
Is there any update on this? |
Hi @sivajik34 not until now. But if you like, you can create a pull request with an update to Ionic 3. Thanks and regards Guy |
Just Yesterday started ionic.Actually, I'm PHP (Magento developer). |
Even I don't know angular js. at this point can i downgrade ionic version so that I can use ion-autocomplete. |
You can always start with an Ionic 1.3.x project, but I would propose to start a new project with the latest version and then check what needs to be changed to make ion-autocomplete run on the latest Ionic. |
Can you give me some direction/ steps on this? |
@sivajik34 You need to first upgrade the Angular part and then see what API's changed in Ionic 3. Besides that you need to adapt all the tests (unit and e2e). |
You can checkout this repo. |
I have an Ionic 3 working project. When I add the ion-autocomplete script tag towards the end of index.html and run the application I get console error: > Uncaught ReferenceError: angular is not defined at ion-autocomplete.js:1
I'm adding:
<script src="https://rawgit.com/guylabs/ion-autocomplete/master/src/ion-autocomplete.js"></script>
The text was updated successfully, but these errors were encountered: