Facebook SDK wrapper for AngularJS Apps.
bower install ngFacebook
<script src="bower_components/angular/angular.min.js"></script>
<script src="bower_components/ngFacebook/version/v0.0.3/ngFacebook.min.js"></script>
Download the minified source and include in your build as desired.
For usage instructions, please see the Github page for this project.
This project uses grunt for tooling. To run the tests run grunt test
. To build, navigate to the root directory and run grunt build
.
ngFacebook actively welcomes contributions. Please submit a pull request or raise an issue with a test that demonstrates the bug/feature.