Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Angular $modal with bootstrap grid
Message
De
07/12/2014 13:04:13
 
 
À
Tous
Information générale
Forum:
CSS
Catégorie:
Problèmes de navigateur
Titre:
Angular $modal with bootstrap grid
Divers
Thread ID:
01611953
Message ID:
01611953
Vues:
42
I recently updated all of my angular and bootstrap libraries to the latest version (as supplied by NuGet).
I have on angular $modal the template for which, in skeleton form, looks like this:
<div>
    <h3>Blah Blah</h3>
    <form class="form-horizontal" role="form" name="xxxForm" novalidate>
        <div class="container">
            <div class="row">
                <div class="col-xs-8">
                </div>
                <div class="col-xs-4">
                </div>
            </div>
         </div>
    </form>
</div>
Previously this worked as expected. Now the 'col-xs-4' div appears outside the modal boundaries - in fact the area taken up appears to be related to the underlying page width rather than the modal width. Can't find anything related via googling. Anyone else experienced this ?

UPDATE: Resolved. Shouldn't be adding the 'container' div - modal creates it's own. Used to work tho :-{
Répondre
Fil
Voir

Click here to load this message in the networking platform