You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: js/modules/prm-service-physical-best-offer-after/slsp-rapido-digital-offer/slsp-rapido-digital-offer.controller.js
+30-15Lines changed: 30 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -7,33 +7,48 @@ export class slspRapidoDigitalOfferController {
7
7
}
8
8
9
9
$onInit(){
10
-
this.$timeout(()=>{
11
-
this.parentCtrl=this.afterCtrl.parentCtrl
10
+
this.parentCtrl=this.afterCtrl.parentCtrl
11
+
this.isDone=false
12
+
}
13
+
14
+
$doCheck(){
15
+
if(this.isDone)return
16
+
// tilesplaceholderactive is true until the tile is loaded, also by reselecting pickupinfo
0 commit comments