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