<html>
<head>
<title>Testing Ui-Layout</title>
<link rel="stylesheet" href="https://rawgit.com/j--w/ui-layout/chevron-fix/src/ui-layout.css"/>
</head>
<body ng-app="app">
<div ui-layout="{ flow : 'column', dividerSize: 20 }">
<div ui-layout-container style="background: red;"></div>
<div ui-layout-container style="background: green;">
<div ui-layout>
<div ui-layout-container style="background: blue;"></div>
<div ui-layout-container style="background: orange;"></div>
</div>
</div>
</div>
<script data-require="angular.js@1.4.3" data-semver="1.4.3" src="https://code.angularjs.org/1.4.3/angular.js"></script>
<script src="https://rawgit.com/srguiwiz/ui-layout/keep-resize-cursor-better/src/ui-layout.js"></script>
<script>
angular.module('app', ['ui.layout'])
</script>
</body>
</html>
// Code goes here
/* Styles go here */