angularjs-facebook-sdk ======================
npm install angularjs-facebook-sdkangularjs-facebook-sdk
======================
Integration between AngularJS and Facebook SDK for Javascript.
wlepinski.github.io/angularjs-facebook-sdk/
You'll need NodeJS installed to compile the source-code.
Clone the project and run npm install && npm run build on the root folder.
The compiled and minified files will be generated under dist folder
To see the examples run npm start ( Make sure you define your appId in the file examples/app.js ).
To execute the unit tests run npm test.
Use the issue tracker to send PRs.