Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Which version you're using?
Message
From
24/09/2015 03:19:27
 
General information
Forum:
Javascript
Category:
Other
Miscellaneous
Thread ID:
01624940
Message ID:
01625022
Views:
50
>>>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform