bug with order total solved
This commit is contained in:
parent
3dfa4bfc04
commit
6490234951
|
@ -4,6 +4,7 @@ class Controller {
|
|||
constructor($http, $state) {
|
||||
this.$http = $http;
|
||||
this.$state = $state;
|
||||
this.order = {};
|
||||
}
|
||||
|
||||
getOrder() {
|
||||
|
|
Loading…
Reference in New Issue