optwidget-angular-directive
Version:
Use OptWidget with AngularJS
17 lines (11 loc) • 303 B
Markdown
# 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>
```