Last active
May 7, 2018 21:12
-
-
Save advorkina/1f5348ea7318db6df5f31524723fd82b to your computer and use it in GitHub Desktop.
html for testing inputs and outputs
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
<span *ngIf="folder" class="folder-name"> | |
<custom-inline-edit [text]="folderTitle" | |
(editConfirmed)="editTitleConfirmed($event)" | |
(canceled)="editFolderCanceled.emit($event)"> | |
</custom-inline-edit> | |
</span> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment