In angular.js 1 I am trying to implement. it works fine for serviceurl but for events and ajaxbefore load args its does not .
<div id="container"
ej-ReportDesigner
e-serviceUrl="../api/ReportDesigner"(works well)
e-headers="headers"(it does not)
e-ajaxbefore="headers"(it does not)
style="width:100%;height:800px;" ></div>