Add Canvas Render.

This commit is contained in:
Gunther Brunner
2014-02-19 23:55:08 +09:00
parent 168590a1b7
commit aa28801e87
4 changed files with 51 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
var imageRender = require('./image-render')
module.exports = function DeviceScreenDirective($document, ScalingService, $rootScope) {
return {
restrict: 'E',