Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binocarlos/ng-ravens
Angular directive that renders a contact form with a ReCaptcha element.
https://github.com/binocarlos/ng-ravens
Last synced: 11 days ago
JSON representation
Angular directive that renders a contact form with a ReCaptcha element.
- Host: GitHub
- URL: https://github.com/binocarlos/ng-ravens
- Owner: binocarlos
- License: mit
- Created: 2014-02-24T15:42:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-13T13:43:33.000Z (over 10 years ago)
- Last Synced: 2024-04-14T14:36:44.052Z (7 months ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ng-ravens
=========Angular directive that renders a contact form with a ReCaptcha element.
## installation
```
$ component install binocarlos/ng-ravens
```## usage
```js
angular.module('myApp', [
require('ng-ravens')
]).controller('MyAppCtrl', function($scope){
$scope.ravens ={
url:'/contactsubmit',
key:'dfdsfsdfsdfsdfsdf'
}$scope.$on('ravens:submit', function(ev, data){
data.extrafield = 'hello';
})$scope.$on('ravens:error', function(ev, error){
})
})
``````html
```
## license
MIT