tool bar button ng-click

How to handle toolbar button click event? ng-click not working



Thanks Toshendra

     <div webix-ui view="toolbar" style="width: 100%;">
            <div view="toggle" width="80 px" height="35 px" ng-click="addRecord()" type="iconButton" align="center" icon="cog" label="mail"></div>     </div>

click=“addRecord” solved it, but support for ng-click will be good to keep the things angular way!