moApp", ["jqwidgets"]); demoApp.controller("demoController", function ($scope) { $scope.splitterSettings = { width: 700, height: 600, orientation: 'horizontal', panels: [{ size: 200 }] }; $scope.nestedSplitterSettings = { width: '100%', height: '100%', orientation: 'vertical', panels: [{ size: 150 }] }; });