Angular variable not binding to view
问题 I have an Angular/Onsen app that has an image which is put into a HTML5 canvas tag, and I am picking the color of the pixel I am on on hover . The view is pretty simple: <ons-template id="live.html"> <ons-page ng-controller="LiveController"> <ons-toolbar> <div class="left"> <ons-toolbar-button ng-click="menu.toggle()"> <ons-icon icon="ion-navicon" size="28px" fixed-width="false"></ons-icon> </ons-toolbar-button> </div> <div class="center">Live Camera</div> </ons-toolbar> <canvas id="canvas"