For getting current $scope outside controller I can use,
var $scope = angular.element(\'[ng-controller=ProductCtrl]\').scope();
How to get
For now my fix is,
window.trustAsHtml = $sce.trustAsHtml