GithubHelp home page GithubHelp logo

Comments (5)

randallmeeker avatar randallmeeker commented on September 21, 2024

Looks like this is related to #28 and #44 , currently Agility is dependent on jQuery despite the docs saying that it has NO dependencies other than angular. Either way, its working now, off to the races!!

from angularagility.

randallmeeker avatar randallmeeker commented on September 21, 2024

Ya, I spoke to soon. Its not working. Even with jquery the entire form block is wrapped in div.col-sm-3 block.

<div class="form-group ng-scope">
    <div class="col-sm-3">
        <label for="6869a5bb-1ba2-4499-b5a3-7936c4583510">Name *</label>
        <input type="text" required="" class="form-control ng-scope ng-pristine ng-valid ng-valid-required" ng-model="name" name="name" aa-label="Name" aa-val-msg="" id="6869a5bb-1ba2-4499-b5a3-7936c4583510">
        <div class="validation-errors ng-scope" aa-val-msg-for="bob.name">
            <div class="notch notch-border"></div>
            <div class="notch"></div>
        </div>
    </div>
</div>

from angularagility.

johnculviner avatar johnculviner commented on September 21, 2024

Hey Randal, your correct here, total brain fart on my part. The fix for #44 didn't get incorporated into the built output (though it was in the sources). I fixed that but it's still occuring in your plunker so I'm a little confused about that (though it does work fine in the demo site without jQuery). I'll keep you posted!

from angularagility.

randallmeeker avatar randallmeeker commented on September 21, 2024

Thanx, I was about to fork and rebuild cause I really wanted to use!
On Jun 15, 2014 1:29 PM, "John Culviner" [email protected] wrote:

Hey Randal, your correct here, total brain fart on my part. The fix for
#44 #44 didn't get
incorporated into the built output (though it was in the sources). I fixed
that but it's still occuring in your plunker so I'm a little confused about
that (though it does work fine in the demo site without jQuery). I'll keep
you posted!


Reply to this email directly or view it on GitHub
#47 (comment)
.

from angularagility.

johnculviner avatar johnculviner commented on September 21, 2024

@randallmeeker So the other issue was that by default form extensions was using 'default' for the default label strategy instead of 'bootstrap3inlineform' which was being set in the .config section of the demo application like below

            aaFormExtensionsProvider.defaultLabelStrategy = 'bootstrap3InlineForm';

for clarity sake I decided I will make that be the default in the library since most people expect bootstrap 3 functionality out of the box anyway. Enjoy!

from angularagility.

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.