Created
November 24, 2016 12:39
-
-
Save kamaulynder/0590b767113f7dbd522ca35e3a094b8f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="fieldgroup"> | |
<div class="form-field legend-with-button"> | |
<legend class="icon-left icon-phone">Phone</legend> | |
<button class="button-listing" ng-click="$ctrl.showDiv()"><span class="icon-left icon-add">Add phone</span></button> | |
</div> | |
<div class="form-field input-with-checkbox" ng-if="phoneForm"> | |
<input type="checkbox" checked /> | |
<a href="" class="control-select">Work</a> | |
<input type="tel" value="555-555-5555" /> | |
<button class="button-destructive"><span class="icon-left icon-trash">Remove</span></button> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment