Skip to content

Reusable Ember plugins which can be easily integrated with your ember application.

Notifications You must be signed in to change notification settings

jeswinjose/Ember-Plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Ember-plugins

Ember Js is a MVC framework for creating Ambitious web applications(http://emberjs.com/). This repository is aimed at developing some reusable components for ember js applications.

The plugins currently supported are

##Infinite scrolling using emberJS.

Use infinite-scrolling-view.js for infinite scrolling support in your application ,mix this mixin into the particular view you want to get noted when scroll bar reaches bottom of the particular view.It calls getMore function (that your view should impliment) when scrollbar reaches the end so that you can populate more data to the view as needed.

D3 Chart Components

Currently we support the following D3 Chart types for Ember JS

  1. Donut Chart
  2. Horizontal bar chart
  3. Bubble chart

Licence

Copyright (c) 2014 Jeswin Jose and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Reusable Ember plugins which can be easily integrated with your ember application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published