Skip to content

Commit 188c136

Browse files
style(4839) ident
1 parent e0d2465 commit 188c136

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/directives/crud/lets-crud-list.directive.js

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@
1616
$scope.route = null;
1717

1818
$scope.$on('refreshGRID', function (event, start, filter) {
19-
$scope.pageableCRUDModel.fetch({
20-
error:function () {
21-
swangular.close();
22-
}}, start, filter);
19+
$scope.pageableCRUDModel.fetch(
20+
{
21+
error: function () {
22+
swangular.close();
23+
},
24+
},
25+
start,
26+
filter
27+
);
2328
});
2429
},
2530
link: function (scope, $el, attrs) {

0 commit comments

Comments
 (0)