Skip to content
This repository has been archived by the owner on Dec 23, 2018. It is now read-only.

two-way data binding vs model #117

Closed
crcn opened this issue Apr 1, 2014 · 0 comments
Closed

two-way data binding vs model #117

crcn opened this issue Apr 1, 2014 · 0 comments

Comments

@crcn
Copy link
Owner

crcn commented Apr 1, 2014

this:

{{
      datePicker: {
        currentDate: start
      }
    }}

vs

{{
      datePicker: {
        model: this,
        name: "start"
      }
    }}
@crcn crcn closed this as completed Sep 2, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant