Skip to content

Commit

Permalink
Fix typo in infinite pagination controller
Browse files Browse the repository at this point in the history
Closes #572
  • Loading branch information
fzaninotto committed Aug 5, 2015
1 parent 5716bf0 commit f54f31f
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 f54f31f

Please sign in to comment.