Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit fab5804

Browse files
author
Kent C. Dodds
committed
Fixing white space
1 parent 9b58aa5 commit fab5804

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/directives/formly-form.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ angular.module('formly.render')
2222
},
2323
controller: function($scope, $element, $parse) {
2424
$scope.$watch('result', function(newValue) {
25-
angular.forEach($scope.fields, function(field, index) {
26-
if (field.hideExpression) {
27-
var getter = $parse(field.hideExpression);
28-
field.hide = getter($scope.result);
29-
}
30-
});
31-
}, true);
25+
angular.forEach($scope.fields, function(field, index) {
26+
if (field.hideExpression) {
27+
var getter = $parse(field.hideExpression);
28+
field.hide = getter($scope.result);
29+
}
30+
});
31+
}, true);
3232
}
3333
};
3434
});

0 commit comments

Comments
 (0)