Skip to content
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

Question, will this support angular 2? #15

Open
quantuminformation opened this issue Jul 13, 2015 · 2 comments
Open

Question, will this support angular 2? #15

quantuminformation opened this issue Jul 13, 2015 · 2 comments

Comments

@quantuminformation
Copy link

I have a new project to start and am thinking of just going straight to angular 2. I would like to use parse, would this be an option here?

@georgstrieder
Copy link

Same here

@5amfung
Copy link

5amfung commented Jan 26, 2016

I think Angular 2 moved away from using $scope and the digest or whatever that thing is called. So I guess we don't really need the patch, do we? We can do something like the following and it worked.

{{ user.get('name') }}

<input placeholder="Name"
                   [ngModel]="user.get('name')"
                   (ngModelChange)="user.set('name', $event)">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants