Skip to content

Commit fe42a1d

Browse files
committed
Fix faker config for posts
1 parent a09d819 commit fe42a1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/app/modules/sandbox/controllers/sandbox.faker.ctrl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ app.controller('SandboxFakerCtrl', function ($scope, $window, CoreService, FakeS
2929
for (var i = 1; i <= $scope.records; i++) {
3030
var fake = {
3131
title: FakeService.faker.lorem.sentence(),
32-
body: FakeService.faker.lorem.paragraph(),
32+
content: FakeService.faker.lorem.paragraph(),
3333
image: FakeService.faker.image.imageUrl()
3434
};
3535
$scope.faker.push(fake);

0 commit comments

Comments
 (0)