Skip to content

Instantly share code, notes, and snippets.

@tkc
Created September 8, 2015 05:27
Show Gist options
  • Save tkc/970fa659f6f16c1ea7a4 to your computer and use it in GitHub Desktop.
Save tkc/970fa659f6f16c1ea7a4 to your computer and use it in GitHub Desktop.
.xx-dialog .modal-dialog {
width :90%;
min-width: 800px;
}
modalInstance = $modal.open({
templateUrl: 'templates/editxxx.html',
controller: EditXXCtrl,
windowClass: 'xx-dialog',
resolve: {
xx_uuid: function () {
return xx_guid;
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment