Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
By-passing $dirty check
Message
 
 
À
Tous
Information générale
Forum:
Javascript
Catégorie:
Autre
Titre:
By-passing $dirty check
Divers
Thread ID:
01609780
Message ID:
01609780
Vues:
56
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.
If it's not broken, fix it until it is.


My Blog
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform