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

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -