diff --git a/app/scripts/controllers/draw.coffee b/app/scripts/controllers/draw.coffee index 87e0198..3c0e957 100644 --- a/app/scripts/controllers/draw.coffee +++ b/app/scripts/controllers/draw.coffee @@ -11,6 +11,8 @@ angular.module('seaspongeApp') .controller 'DrawController', ['$scope', 'Stencils', ($scope, Stencils) -> $scope.stencils = Stencils + console.log('stencils', Stencils) + console.log('scope stencils', $scope.stencils) $scope.menu = { stencilsOpen: true diff --git a/app/views/draw.html b/app/views/draw.html index a9a1c85..dd59884 100644 --- a/app/views/draw.html +++ b/app/views/draw.html @@ -35,8 +35,8 @@
- -
+ +