Created
September 8, 2015 05:27
-
-
Save tkc/970fa659f6f16c1ea7a4 to your computer and use it in GitHub Desktop.
This file contains 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
.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