Created
April 26, 2013 13:19
-
-
Save ironfroggy/5467340 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app.controller("MyCtrl", function($scope) { | |
// from right here, for example, | |
// where can 'element' come from? | |
$scope.ctx = element.getContext('2d'); | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<canvas ng-controller="MyCtrl" width=300 height=300></canvas> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment