Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
By-passing $dirty check
Message
De
23/10/2014 01:49:03
 
 
Information générale
Forum:
Javascript
Catégorie:
Autre
Divers
Thread ID:
01609780
Message ID:
01609789
Vues:
33
This message has been marked as a message which has helped to the initial question of the thread.
>Hi everybody,
>
>I have a form with multiple tabs. One tab form has the following code right now
>
>
>ng-form name="editAccountInvoices">
>    <div class="checkbox" ng-show="!isNew">
>        <label>
>            <input type="checkbox" name="showFinalized" id="showFinalized"
>                   ng-model="showFinalized"
>                   />Show Finalized Invoices
>        </label>
>    </div>
>    <div id="_actions" class="padd">
>        <div class="gridStyle" ng-grid="gridOptions"></div>
>    </div>
></ng-form>
>
>
>I also plan to add the search textbox later on to be able to filter the grid's data.
>
>Now, apart from that ngGrid is not yet working with navigation I have another problem. When I click on the checkbox and when try to navigate away from that form, I get a prompt about data changes. I want to avoid this prompt as that checkbox is used only for filtering.
>
>Do you know how to solve that problem?
>
>I did a quick google search, but not too extensive and didn't find anything.
>
>Thanks in advance.

Just put it outside the form....
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform