eAssinatura.component("planPurchaseReview",{templateUrl:"/Component/planPurchaseReview",bindings:{plan:"=",order:"<"},controllerAs:"ctrl",controller:["$http","$modal",function(){var n=this;n.$onInit=function(){};n.isDetachedPlan=function(){return n.plan.mensal==undefined};n.DownloadBoleto=function(){window.open(n.order.linkBoleto)}}]})