crop doesn't work inside bootstrap modal,
ng-show="imageCropStep == 1" this imageCropStep not setting inside popup
var modalInstance = $modal.open({
animation: true,
templateUrl: 'elements/imageCrop.html',
controller: 'instanceController',
windowClass:'loginModal',
size: 'lg'
});
Please help...i really need this to be sorted out