bug with order total solved

This commit is contained in:
gerard 2018-07-24 11:28:20 +02:00
parent 3dfa4bfc04
commit 6490234951
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ class Controller {
constructor($http, $state) {
this.$http = $http;
this.$state = $state;
this.order = {};
}
getOrder() {