arturadib / agility

Javascript MVC for the "write less, do more" programmer
http://agilityjs.com
MIT License
542 stars 70 forks source link

model bindings #45

Closed alcinnz closed 13 years ago

alcinnz commented 13 years ago

I have added & tested cross object bindings, as well as an alternative jQuery-ish getter/setter it uses (Only for the commonplace of changing one property).

I will use this new feature to bind values to the interface which should simplify Agility implementation, after which I will use it for templating.

alcinnz commented 13 years ago

May I say, I don't see the public/core_only.html saying anything. Thought I'd report this, because that's what got me in my first pull request.

alcinnz commented 13 years ago

Oh, and some of the "additions" are actually stuff I brought in from your repository.

alcinnz commented 13 years ago

Seeing as you're on vacation, I'll close this to finish adding more features, finish my plan, and then reopen.