Git Product home page Git Product logo

Comments (6)

JustMaier avatar JustMaier commented on July 23, 2024

Hi @Lighiche do you also have the reference to the following:

public/lib/angular-autoFields-bootstrap/autofields.js

from angular-autofields-bootstrap.

b0bu avatar b0bu commented on July 23, 2024

Like I said I have the app loading with autofields.js but not the bookstrap version I wasn't sure if I was supposed to include both scripts or just one. I am using bootstrap in my app, I assumed the autofields-bootstrap.js was required to add styles to my forms.

from angular-autofields-bootstrap.

JustMaier avatar JustMaier commented on July 23, 2024

If you want to use bootstrap styling you need to use both. From the error, it looks like autofields.js wasn't included.

from angular-autofields-bootstrap.

BartoGabriel avatar BartoGabriel commented on July 23, 2024

I have the same problem.
The problem is that is not compatible with the new version of ui-bootstrap (> V1.0.0).
For release 0.14.0 we prefixed all our components.
https://github.com/angular-ui/bootstrap/wiki/Migration-guide-for-prefixes

from angular-autofields-bootstrap.

BartoGabriel avatar BartoGabriel commented on July 23, 2024

If you change the following line, you should fix the problem:
https://github.com/JustMaier/angular-autoFields-bootstrap/blob/master/autofields-bootstrap.js#L228

    .config(['$tooltipProvider', function($tooltipProvider){

To:

    .config(['$uibTooltipProvider', function($tooltipProvider){

from angular-autofields-bootstrap.

JustMaier avatar JustMaier commented on July 23, 2024

Autofields has been updated to work with angular ui bootstrap v1.1.1

from angular-autofields-bootstrap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.