You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
As I've learned more about AngularJS, I though of ways I'd re-write this. While I'd like to use TypeScript and Angular 2, our product is just now moving to 1.5 and starting to use components. It seems like this re-write should make magic-search a better Angular component and prepare the code-base for Angular 2.
The text was updated successfully, but these errors were encountered:
Hi Mensa,
Thanks for sharing this! I'm glad to see an updated version of this. I
often considered doing one that was much better than what I did before
since I've learned quite a bit more about Angular since doing the original.
I'm glad to see you didn't use events as that is one thing I wanted to drop
in favor of bound methods (like you did). The project we use magic-search
on is running Angular 1.5 now, so can't use this, but I assume many others
could! I'll add a link to our readme, referencing your project.
Thanks,
David
There is still some improvements that can be done. And I will definitely try to do them when I will have the time. I also added a link to your project in my readme so if people want an angular 1.5 version they can use yours.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As I've learned more about AngularJS, I though of ways I'd re-write this. While I'd like to use TypeScript and Angular 2, our product is just now moving to 1.5 and starting to use components. It seems like this re-write should make magic-search a better Angular component and prepare the code-base for Angular 2.
The text was updated successfully, but these errors were encountered: