javascript - Angular UI popover with custom options - -
I want to add some custom options to an angular UI popover but I'm getting an error saying it is undefined . What do I miss here to do this work? I am using Angelor 1.0.8 without JQR.
I have
Cheers, Jimmy
UnkitType Error: There is no undefined function
element.popover (option);
using element.popover (option)
Bootstrap's Basic API
I think that you are using bootstrap components through the Angular-UI library so that you need to import the native bootstrap.js script to use the above syntax.
Comments
Post a Comment