Pony.fm/public/templates/partials/album-share-dialog.html

14 lines
433 B
HTML
Raw Permalink Normal View History

2016-08-07 16:22:49 +02:00
<md-dialog ng-cloak class="modal-dialog">
<md-dialog-content>
<div class="modal-body">
<h2>Share '{{album.title}}'</h2>
<h5>Shortlink</h5>
<input type="text" ng-model="album.share.url" />
2016-05-21 20:29:07 +02:00
</div>
2016-08-07 16:22:49 +02:00
</md-dialog-content>
<md-dialog-actions layout="row">
<md-button ng-click="closeDialog()" class="md-primary">Close</md-button>
</md-dialog-actions>
</md-dialog>