angular-models
Advanced tools
Comparing version
{ | ||
"name": "angular-models", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Backbone-style models and collections for Angular!", | ||
@@ -5,0 +5,0 @@ "main": "angular-models.js", |
@@ -32,3 +32,3 @@ [](https://travis-ci.org/evanhobbs/angular-models) | ||
### How to use | ||
### A couple gotchas | ||
- The model's attributes are stored as model.atts (shorthand for model.attributes) so your template will need to reference model.atts not just model: | ||
@@ -35,0 +35,0 @@ ```` |
1019301
0