Skip to content

Commit

Permalink
Merge pull request #43 from sakshityagi/master
Browse files Browse the repository at this point in the history
	Made required changes for issue: #1752
  • Loading branch information
DanielHindi committed Feb 3, 2016
2 parents bf491a7 + aae3043 commit 3ec4408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion widget/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
Location.goTo('#/');
}
else {
buildfire.navigation.navigateHome();
buildfire.navigation._goBackOne();
}
};
}]);
Expand Down
1 change: 1 addition & 0 deletions widget/controllers/widget.home.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
WidgetHome.convertToZone(result);
WidgetHome.events = [];
WidgetHome.events = WidgetHome.events.length ? WidgetHome.events.concat(result) : result;
console.log("aaaaaaaaaaaa",WidgetHome.events)
searchOptions.skip = searchOptions.skip + PAGINATION.eventsCount;
if (result.length == PAGINATION.eventsCount) {
WidgetHome.busy = false;
Expand Down

0 comments on commit 3ec4408

Please sign in to comment.