Skip to content

Commit

Permalink
fix back method on batchDeleteController
Browse files Browse the repository at this point in the history
  • Loading branch information
ThieryMichel committed Jun 10, 2015
1 parent 982f16e commit 9a7ec90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ define(function () {
BatchDeleteController.prototype.back = function () {

this.$state.go(this.$state.get('list'), angular.extend({
entity: this.entity().name()
entity: this.entity.name()
}, this.$state.params));
};

Expand Down

0 comments on commit 9a7ec90

Please sign in to comment.