Skip to content

Commit

Permalink
Merge pull request #586 from marmelab/fix_infinite_pagination
Browse files Browse the repository at this point in the history
Fix typo in infinite pagination controller
  • Loading branch information
fzaninotto committed Aug 5, 2015
2 parents 5716bf0 + f54f31f commit 8b9b5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascripts/ng-admin/Crud/list/ListController.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ define(function () {
}

let view = this.view,
datastore = this.datastore;
dataStore = this.dataStore;

this.progression.start();

Expand Down

0 comments on commit 8b9b5c3

Please sign in to comment.