loopback-angular
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "loopback-angular", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Tool for auto-generating Angular $resource services for LoopBack", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -139,2 +139,7 @@ define(['angular', 'given', 'util'], function(angular, given, util) { | ||
} | ||
}, | ||
product: { | ||
properties: { | ||
model: String | ||
} | ||
} | ||
@@ -239,2 +244,7 @@ }, | ||
it('adds getCurrent() to User model only', function() { | ||
var Product = $injector.get('Product'); | ||
expect(Product.getCurrent).to.equal(undefined); | ||
}); | ||
var idCounter = 0; | ||
@@ -241,0 +251,0 @@ function givenLoggedInUser(email, loginParams) { |
Sorry, the diff of this file is not supported yet
38159
20
641