Tags: SohoStudio/batman
Tags
Move Model attributes into an attributes object on _batman. Fixes #95…
…, #61.
- Add a default accessor for models to store keys on _batman.attributes
- Add explicit accessors for dirtyKeys and errors on models so they don't fall to the default accessor.
- Add an accessor for 'batmanState' as a shortcut for state(), so the internal state can be bound to using get.
- Make the create implementation a bit smarter
- Include some missed tests in the test html files.
- Update tests and code to use .state() instead of .get('state')
PreviousNext