|
11 | 11 | name = "billingForm" |
12 | 12 | ) |
13 | 13 | .grid-block.vertical.align-center.form-trial.padding-md.fade( |
14 | | - ng-class = "{'in': isActivePanel()}" |
15 | | - trial-form |
16 | 14 | from-modal = 'true' |
| 15 | + ng-class = "{'in': isActivePanel()}" |
17 | 16 | ng-if = "currentOrg.poppa.isInTrial() && !currentOrg.poppa.attrs.hasPaymentMethod" |
| 17 | + trial-form |
18 | 18 | ) |
19 | 19 | .grid-block.vertical.form-plan.fade( |
20 | 20 | ng-class = "{'in': isActivePanel()}" |
| 21 | + ng-if = "currentOrg.poppa.isInTrial() && !currentOrg.poppa.attrs.hasPaymentMethod" |
21 | 22 | ng-init = "state.hasDuration = false" |
22 | | - plan-status-form |
23 | 23 | ng-show = "!$root.isLoading.billingForm" |
24 | | - ng-if = "currentOrg.poppa.isInTrial() && !currentOrg.poppa.attrs.hasPaymentMethod" |
| 24 | + plan-status-form |
25 | 25 | ) |
26 | | - |
27 | 26 | .grid-block.vertical.form-plan.label.padding-sm.fade( |
28 | 27 | ng-class = "{'in': isActivePanel()}" |
29 | | - show-plan-form |
30 | 28 | ng-if = "!currentOrg.poppa.isInTrial() || (currentOrg.poppa.isInTrial() && currentOrg.poppa.attrs.hasPaymentMethod)" |
| 29 | + show-plan-form |
31 | 30 | ) |
32 | 31 | .grid-block.vertical.label.padding-sm.fade( |
33 | 32 | ng-class = "{'in': isActivePanel()}" |
34 | | - show-payment-form |
35 | 33 | ng-if = "!currentOrg.poppa.isInTrial() || (currentOrg.poppa.isInTrial() && currentOrg.poppa.attrs.hasPaymentMethod)" |
| 34 | + show-payment-form |
36 | 35 | ) |
37 | 36 | .grid-block.vertical.label.padding-sm.fade( |
38 | | - ng-class = "{'in': isActivePanel()}" |
39 | 37 | billing-history-form |
| 38 | + ng-class = "{'in': isActivePanel()}" |
40 | 39 | ng-if = "!currentOrg.poppa.isInTrial() || (currentOrg.poppa.isInTrial() && currentOrg.poppa.attrs.hasPaymentMethod)" |
41 | 40 | ) |
42 | 41 | .grid-block.vertical.label.padding-sm.fade( |
43 | 42 | ng-class = "{'in': isActivePanel()}" |
44 | | - ng-include = "'disableOrgForm'" |
45 | 43 | ng-if = "!currentOrg.poppa.isInTrial() || (currentOrg.poppa.isInTrial() && currentOrg.poppa.attrs.hasPaymentMethod)" |
| 44 | + ng-include = "'disableOrgForm'" |
46 | 45 | ) |
47 | 46 | animated-panel( |
48 | 47 | name = "planStatusForm" |
|
0 commit comments