UNPKG

generator-steroids

Version:
24 lines (17 loc) 693 B
<div ng-controller="EditCtrl"> <div class="spinner" ng-show="loading"></div> <div class="content-padded"> <h1>Edit</h1> <form class="simple-form"> <label>Name:</label><br> <input type="text" ng-model="<%= resourceName %>.name" class="topcoat-text-input three-quarters"/> <br><br> <label>Description:</label><br> <input type="text" ng-model="<%= resourceName %>.description" class="topcoat-text-input three-quarters"/> <br><br> <a class="topcoat-button--cta full center" hm-tap="update(<%= resourceName %>)">Update</a> <br><br> <a class="topcoat-button full center" hm-tap="close()">Cancel</a> </form> </div> </div>