jhalak
9/30/2016 - 5:53 AM

angular $compile

angular $compile

var scope = angular.element('#orderRows').scope();
var compiledHtml = angular.element('#orderRows').injector().get('$compile')(htmlData)(scope);
$('#camp-modal-body').html(compiledHtml);