|
61 | 61 | </div>
|
62 | 62 | <pf-wizard-substep step-title="Details - Extra" next-enabled="true" step-id="details-extra" step-priority="1" show-review="true" show-review-details="true" review-template="review-second-template.html">
|
63 | 63 | <form class="form-horizontal">
|
64 |
| - <div pf-form-group pf-label="Lorem" required> |
| 64 | + <pf-form-group pf-label="Lorem" required> |
65 | 65 | <input id="new-lorem" name="lorem" ng-model="data.lorem" type="text" required/>
|
66 |
| - </div> |
67 |
| - <div pf-form-group pf-label="Ipsum"> |
| 66 | + </pf-form-group> |
| 67 | + <pf-form-group pf-label="Ipsum"> |
68 | 68 | <input id="new-ipsum" name="ipsum" ng-model="data.ipsum" type="text" />
|
69 |
| - </div> |
| 69 | + </pf-form-group> |
70 | 70 | </form>
|
71 | 71 | </pf-wizard-substep>
|
72 | 72 | </pf-wizard-step>
|
73 | 73 | <pf-wizard-step step-title="Second Step" substeps="false" step-id="configuration" step-priority="1" show-review="true" review-template="review-second-template.html" >
|
74 | 74 | <form class="form-horizontal">
|
75 | 75 | <h3>Wizards should make use of substeps consistently throughout (either using them or not using them). This is an example only.</h3>
|
76 |
| - <div pf-form-group pf-label="Lorem"> |
| 76 | + <pf-form-group pf-label="Lorem"> |
77 | 77 | <input id="new-lorem" name="lorem" ng-model="data.lorem" type="text"/>
|
78 |
| - </div> |
79 |
| - <div pf-form-group pf-label="Ipsum"> |
| 78 | + </pf-form-group> |
| 79 | + <pf-form-group pf-label="Ipsum"> |
80 | 80 | <input id="new-ipsum" name="ipsum" ng-model="data.ipsum" type="text" />
|
81 |
| - </div> |
| 81 | + </pf-form-group> |
82 | 82 | </form>
|
83 | 83 | </pf-wizard-step>
|
84 | 84 | <pf-wizard-step step-title="Review" substeps="true" step-id="review" step-priority="2">
|
|
91 | 91 | <div ng-controller="DetailsGeneralController">
|
92 | 92 | <pf-wizard-substep step-title="General" next-enabled="detailsGeneralComplete" step-id="details-general" step-priority="0" on-show="onShow" review-template="{{reviewTemplate}}" show-review-details="true">
|
93 | 93 | <form class="form-horizontal">
|
94 |
| - <div pf-form-group pf-label="Name" required> |
95 |
| - <input id="new-name" name="name" ng-model="data.name" type="text" ng-change="updateName()" required/> |
96 |
| - </div> |
97 |
| - <div pf-form-group pf-label="Description"> |
98 |
| - <input id="new-description" name="description" ng-model="data.description" type="text" /> |
99 |
| - </div> |
| 94 | + <pf-form-group pf-label="Name" required> |
| 95 | + <input id="new-name" name="name" ng-model="data.name" type="text" ng-change="updateName()" required/> |
| 96 | + </pf-form-group> |
| 97 | + <pf-form-group pf-label="Description"> |
| 98 | + <input id="new-description" name="description" ng-model="data.description" type="text" /> |
| 99 | + </pf-form-group> |
100 | 100 | </form>
|
101 | 101 | </pf-wizard-substep>
|
102 | 102 | </div>
|
|
0 commit comments