mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-14 20:16:55 +00:00
Sized delete comment dialog
This commit is contained in:
@@ -32,7 +32,7 @@ angular.module('dssWebApp')
|
||||
var dlg = dialogs.create('app/dialogs/confirm/confirmDialog.html', 'confirmDialogCtrl', {
|
||||
title: 'You sure chief?',
|
||||
body: 'Delete this comment?'
|
||||
});
|
||||
}, { size: "sm"});
|
||||
dlg.result.then(function (result) {
|
||||
if (result) {
|
||||
CommentModel.destroy(comment.id).then(function (item) {
|
||||
|
||||
Reference in New Issue
Block a user