blackgate / bg-splitter

Simple pane splitter for angular.js
http://blackgate.github.io/bg-splitter/
MIT License
190 stars 61 forks source link

The pane wrapper class should also probably be part of the demo code #16

Open Asimov4 opened 9 years ago

Asimov4 commented 9 years ago

Unless the panes are wrapped in a wrapper div, the directive misbehaves.

.pane-wrapper {
    position: relative;
    border: 1px solid #aaa;
    height: 300px;
  }