meteor-angular-xeditable
##Overview
This is package for meteor that wraps the angular-xeditable bower package. This utilizes bower for getting the mentioned package so you should first install bower for meteor.
##Installing
mrt add bower;
mrt add ngMeteor; // Could be spared I think..
mrt add angular-xeditable;
##Using For samples and docs of how to use this package please go to http://vitalets.github.io/angular-xeditable. There is no need to push the xeditable module into ngMeteor because this already done for you. just use the directives and the functions of angular-xeditable.