Sha256: eeab80d92f252f5a391d33709bce3f5cc74acf6d2033ab15742c327732dee1d3
Contents?: true
Size: 296 Bytes
Versions: 3
Compression:
Stored size: 296 Bytes
Contents
angular.module("SWAT").factory "ConfirmationDialog", ($modal)-> (message, action)-> $modal.open( size: 'sm', templateUrl: '/swat/pages/management/confirmation.html', controller: 'ConfirmationCtrl', resolve: action: -> action message: -> message )
Version data entries
3 entries across 3 versions & 1 rubygems