This repository has been archived by the owner on Sep 15, 2021. It is now read-only.
v0.1.5-alpha
pbernasconi
released this
17 Oct 03:46
·
624 commits
to master
since this release
The Facebook Plugin is now supported with many new plugins added and bugs fixed!
Highlights
FB plugin - The highly demanded Facebook plugin now has docs and a working example in the demo file of ngCordova.
TouchID - Add iOS TouchID authentication to your apps easily with the touchid plugin. See the demo app for a working example.
Travis CI testing - We've integrated ngCordova into TravisCI, and have builds tested on each commit.
New
Plugins
- TouchID plugin
- ZIP plugin
- Calendar plugin
- Google Analytics plugin
- Date Picker now has promises
- PinDialog now has promises
- Replacing javascript
window
with angular$window
- Testing for many plugins (check the /test folder)
Fix
- Dialogs plugin : fixed prompt and confirm methods to return button index and input (if exists)
- Keychain : fix issue where keychain is not initialized properly
- StatusBar : fix the method overlaysWebView to honour the boolean param
- Remove ngCordova.min.js from bower for better grunt integration
- Fixes to the File Plugin (more fixes coming soon)