UNPKG

optwidget-angular-directive

Version:
17 lines (11 loc) 303 B
# 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> ```