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?