cleaups and content page refresh (in progress)
[outofuni/tavern2.git] / lib / product_component.html
index 038eab1..6b79bea 100644 (file)
                       [(ngModel)]="prod_category_name">
                <label class="mdl-textfield__label" for="ptn">Name</label>
        </div>
-       <div class="mdl-textfield mdl-js-textfield
-                   mdl-textfield--floating-label ain">
-               <input class="mdl-textfield__input" type="text" id="pti"
-                      [(ngModel)]="prod_category_id">
-               <label class="mdl-textfield__label" for="pti">
-                       Identifier (arbitrary but unique)
-               </label>
-       </div>
        <button class="mdl-button mdl-js-button mdl-button--raised abtn"
-               (click)="updateProductCategory()">
+               (click)="updateProductCategory()"
+               [disabled]="prod_category_name==''">
                Update
        </button>
        <button class="mdl-button mdl-js-button mdl-button--raised abtn"