I`m using the new version of angular-chart.js (1.0.0), ChartJS 2.1.6 and Angular 1.5.7
This is my Plunk that works great when my directive is markup as attribute (cht), but does`t work as element (mychart):
<div cht></div> and <mychart></mychart>
https://plnkr.co/edit/kOZdMwlZczfalQCVWP8N?p=preview
This is a issue?