# optwidget-angular-directive
An angular directive for integration OptWidget.

# Installation:

Simply include the file, and add to your Angular dependencies. Then, you can use like this:

```
<div optwidget formID="YOUR_FORM_ID"></div>
```

...or

```
<optwidget formID="YOUR_FORM_ID"></optwidget>
```
