angular-split-pane
angular-split-pane copied to clipboard
An AngularJS Split Pane directive
When you change both component's size you will get $digest already in progress exception.
i want to trigger resize event outside the directive when every time pane size changes;
The split components' CSS is correctly set up and when it tries to setup the splitting, it fails. I assume this is problem is related to me using webpack. The...
I programmatically minimise one pane (set to zero), but the splitPaneProperties are only half-updated. e.g. If I $watch('splitPaneProperties') On page load: ``` {firstComponentSize: 420, lastComponentSize: 471} ``` Set 2nd pane...
Hi, I think that `package.json` should be updated from ``` { "main": "split-pane.js", ... } ``` to ``` { "main": "angular-split-pane.js", ... } ``` otherwise `require` will fail to locate...
I lose the ability to move the pane splitter if the content of one of the divs is an iframe with a website. If you try to resize, it's as...
Programmatic resize only works on the first two invocations. ### Steps to reproduce: 1. In the file [set-component-size.html](https://github.com/shagstrom/angular-split-pane/blob/master/examples/set-component-size.html) set the resize values to non-zero values so that both buttons are...
how can i fired a fuction when the panel moves, is that possible
The textarea is not binded when i use which split-pane [example code](https://jsfiddle.net/k2343qgt/) (sorry i dont know how to import your module in this website)
In addition to #7, installing with npm doesn't fetch jQuery. This will cause the examples to fail, since they expect jQuery to be in the same directory as the other...