Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 972 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 972 Bytes

ngFacebook

Build Status

Facebook SDK wrapper for AngularJS Apps.

Installation

Bower

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>

Manual

Download the minified source and include in your build as desired.

Usage

For usage instructions, please see the Github page for this project.

Development

Tooling

This project uses grunt for tooling. To run the tests run grunt test. To build, navigate to the root directory and run grunt build.

Contributions

ngFacebook actively welcomes contributions. Please submit a pull request or raise an issue with a test that demonstrates the bug/feature.