Git Product home page Git Product logo

ng-grid-panel's People

Contributors

hacklone 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

Watchers

 avatar  avatar  avatar  avatar

ng-grid-panel's Issues

ng-click not getting called

I have added a button in grid-panel-content directive, when I click this button, I want to delete a image. but It seems the button ng-click is not getting called.

<grid-panel repeat="image in movieCtrl.screenshots" on-panel-opened="panelIsOpened(image)" on-panel-closed="panelIsClosed(image)">
  <grid-panel-item>
    <div>
      <img ng-src="{{image.replace('albumicon', 'photo')}}" width="100" height="100">
    </div>
  </grid-panel-item>
  <grid-panel-content>
    <button type="button" class="btn btn-danger" ng-click="deleteScreenshot(image)">Delete</button>
  </grid-panel-content>
</grid-panel>

MovieCtrl:

  $scope.deleteScreenshot = function() {
    $log.info("delete");
  };

Problem with making it work

Even the demo file if i install it out of the box i get this error:
Error: grid-panel-item template must be set at getGridItemTemplate
Is this my fault or a bug?

Grid panel with table

Hi,

I have multiple tables that i am drawing side by side, i want the sliding to happen as similar when it is happening for one table. Any help on this is appreciated.

Below is an example of 2 tables.

Thanks in Advance,
Ravindra

Grid item template {{ item.name }}
Opening panel template Opened: {{ item.name }}
Grid item template {{ item.name }}
Opening panel template Opened: {{ item.name }}

Problems with percentage width

Hi
I was using bootstraps col-XX-4 for my columns on my grid but they dont work. Grid panel item takes 100% of the width of a row if width is not set on px instead of percentage.

Update package.json and publish NPM package

I prefer npm for frontend packages, but current package.json misses required fields. So I can't install it event by direct repo URL. Also it would be great to have an npm package for ng-grid-panel.

I can make a pull request with package.json fixes if you'll accept it.

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.