Skip to content

knomedia/ic-progress-bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ic-progress-bar

Usage

{{#ic-progress-bar max=maxValue value=currentValue on-complete='completed'}}
  Score
{{/ic-progress-bar}}
App.ApplicationController = Ember.Controller.extend({
  maxValue: 50,
  currentValue: 75,
  actions: {
    completed: function() {
      //yeah the progress bar hit 100
    }
  }
});

Contributing

After cloning this repo, install dependencies:

$ npm install
$ bower install

Fire up the grunt watcher:

$ grunt

Then in a different tab run your tests with testem:

$ testem

About

ember progress bar component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published