Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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