You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to get a working example using angular-dojo but cannot seem to make my BorderContainer and ContentPane's display correctly.
I am quite new to Angular and Dojo so any help on what I am doing wrong would be greatful.
Hi,
I've been trying to get a working example using angular-dojo but cannot seem to make my BorderContainer and ContentPane's display correctly.
I am quite new to Angular and Dojo so any help on what I am doing wrong would be greatful.
Here's my code:
function TestController($scope) {
$scope.leftName = "Left Pane";
$scope.centerName = "Center Pane";
};
var module = angular.module("angular-dojo-test", ['angular-dojo']);
</script> ```When I use normal data-dojo-type and comma's in data-dojo-props, the code works as expected. Any ideas?
The text was updated successfully, but these errors were encountered: