Hi!
I’m using the AngularRoundProgressDirective. When I implement it on a regular Content View, it works fine.
But when I try to let it show up within a slide box, the canvas is not being rendered.
I put up my www folder for download: https://www.dropbox.com/s/nwmhgrqnkxkewak/www.zip
The directive is being calld in templates/tab-account.html Line 10-12:
<div id="canvaswrapper" class="wrapper" ng-controller="AngRoundProgressCtrl"><div ang:round:progress data-round-progress-model="roundProgressData" data-round-progress-label-color="#000000" ng-click="toggle()"></div><br>
<p id="countlabel">{{hours}}<span class="cntseparator">h </span>{{minutes}}<span class="cntseparator">m </span>{{counter}}<span class="cntseparator">s</span></p>
</div>
When you move that code to a regular content view like in tab-friends.html the directive works fine.
Any suggestions? I’m trying to solve this for like 3 hours now, but I have no clue why it’s not working…
Thanks a lot!!