(function(a){a.module("ngBindCompile",[]).directive("ngBindCompile",["$sce","$compile",function(a,d){return{restrict:"A",compile:function(f,g){return function(b,c,e){b.$watch(function(){return a.getTrustedHtml(b.$eval(e.ngBindCompile))},function(a){c.html(a);d(c.contents())(b)})}}}}])})(angular);