mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 21:18:00 +01:00
13 lines
404 B
HTML
13 lines
404 B
HTML
<div class="modal-header">
|
|
<h3>
|
|
<button type="button" class="close" ng-click="close()" ng-hide="isLoading">×</button>
|
|
{{playlist.title}}
|
|
</h3>
|
|
</div>
|
|
<div class="modal-body">
|
|
<h2>Shortlink</h2>
|
|
<input type="text" ng-model="playlist.share.url" />
|
|
</div>
|
|
<div class="modal-footer">
|
|
<a class="btn cancel" ng-click="close()" ng-disabled="isLoading">Close</a>
|
|
</div>
|