Giter Club home page Giter Club logo

bg-splitter's People

Contributors

blackgate avatar takenpilot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bg-splitter's Issues

License

it would be nice if somewhere the license was stated.

Release

When will you be making a release/tag for this? As i am trying to add this as a component to http://rails-assets.org but it can not create the component because there are no versions. If you can add a tag to your github repo that would be great. I keep getting: No tag found that was able to satisfy 0.1.0 when I try to convert this on rails-assets.

Does this work with bootstrap 3?

I installed this into my BS3 app with Bower. No JS errors, the sample code appears but is not styled into the panes as in the demo. The CSS is loaded, and shows up in dev tools. But it looks like this:

screen shot 2014-05-21 at 10 20 12 am

How can I receive resize event?

It says that blackgate doesn't maintain this project.. but let me ask this here anyway... (hopefully someone can answer).

How can I subscribe / receive onresize type event when user moves the splitter?

bower

Hi,

I think the bower.json miss the css in the main property.

There is also an issue after installing with bower. The bower.json is not updated.
The .bower.json generated miss the version.

Regards.

Issue with accessing alias across two panes

I need to use alias to the another pane. But I am unable to access it. I guess this is because of default behavior of transclude.
Please help me with this. Here is my code:
<div> <bg-splitter orientation="horizontal"> <bg-pane min-size="100"> <input ng-model="searchText"></label> <div ng-repeat="taskobj in tasks | filter:searchText as filteredResult track by taskobj.id"> {{ taskobj.name }} </div> </bg-pane> <bg-pane min-size="150"> <div ng-repeat="timelineTask in filteredResult track by timelineTask.id"> {{ timelineTask.details }} </div> </bg-pane> </bg-splitter></div>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.