From 096438d26e7abb3edf4e4663425e02a2ddbbb9b8 Mon Sep 17 00:00:00 2001 From: Alexandre Lord Date: Thu, 15 May 2014 14:52:20 -0400 Subject: [PATCH] Missing spaces --- angular-activerecord.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular-activerecord.js b/angular-activerecord.js index af20f16..baae615 100644 --- a/angular-activerecord.js +++ b/angular-activerecord.js @@ -460,7 +460,7 @@ angular.module('ActiveRecord', []).factory('ActiveRecord', ['$http', '$q', '$par var keyName = Related.prototype.$plural || Related.prototype.$name || assocObj.options.through; var parentManaged = !!assocObj.options.parentManaged; - if(parentManaged){ + if (parentManaged) { // Modifications will be sent as a delta of the parent object and managed directly. No need to make any other calls return; }