Dan Carter

Results 2 comments of Dan Carter

Is this PR dead or waiting for further input. It's not clear?

``` function TestController($scope) { $scope.leftName = "Left Pane"; $scope.centerName = "Center Pane"; }; var module = angular.module("angular-dojo-test", ['angular-dojo']); ``` Id: {{leftName}} Id: {{centerName}} When I use normal data-dojo-type and comma's...