Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Which version you're using?
Message
De
24/09/2015 03:19:27
 
 
Information générale
Forum:
Javascript
Catégorie:
Autre
Divers
Thread ID:
01624940
Message ID:
01625022
Vues:
49
>>>Thanks in advance.
>>
>>From reading that thread it looks to me that setting the notify param true works as a fix (unless you are using ionic)........
>
>We're not using ionic. What is notify parameter?

See the johnculviner post in the thread: Change:
$state.reload = function reload() {
    $state.transitionTo($state.current, $stateParams, { reload: true, inherit: false, notify: false });
};
to
$state.reload = function reload() {
    $state.transitionTo($state.current, $stateParams, { reload: true, inherit: true, notify: true });
};
> Also, will it work with out versions of ui-router and angular.js or we have to upgrade?

Someone said the fix didn't work in 0.2.8 but was OK in 0.2.10. I think the current version is 0.2.15
I'd guess only ui-router would need to be updated - angularjs is not the problem......

>
>Thanks again.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform