Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on October 12, 2017 8:15PM
Likes: 0
Replies: 1
Hi, I would like to ask if there is a way to make ngRoute work in custom plugin UI.
This is because I would like to reload the recipe config params without reloading the whole page., using $route.reload(). The recipe changes some of the recipe parameters so after the job finishes, I would like the changes reflected in the UI.
The following does not seem to work:
app = angular.module('mymodule.module', ["ngRoute"]);
Also, is there a js function I can call to obtain the new recipeParams?