You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

angular-models

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-models - npm Package Compare versions

Comparing version

to
0.1.1

2

package.json
{
"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 @@ [![Build Status](https://travis-ci.org/evanhobbs/angular-models.svg?branch=master)](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 @@ ````