UNPKG

@nuskin/ns-checkout

Version:

Ecomm3 Checkout module

31 lines (29 loc) 936 B
<div id="login-harness"> <h3>Run Configuration</h3> <div> <label>Country: </label><input type="text" data-ng-model="runConfig.country"> </div> <div> <label>Language: </label><input type="text" data-ng-model="runConfig.language"> </div> <div> <label>Base URL: </label><input type="text" data-ng-model="runConfig.baseUrl"> </div> <h2>Authentication</h2> <div> <label>Username: </label><input type="text" data-ng-model="login.userName"> </div> <div> <label>Password: </label><input type="text" data-ng-model="login.password"> </div> <div> <button id="loginButton" class="btn btn-primary" data-ng-click="authenticate()"> Login </button> </div> <div class="cart_action"> <button id="continueButton" class="btn btn-primary" data-ng-click="goToCart()"> Cart </button> </div> </div>