Closed danizen closed 2 years ago
Is there anyway to set this up so that I do not have to run:
angular.reloadWithDebugInfo()
When I am running against PrimoVE directly, it makes sense to need to reloadWithDebugInfo, when running via gulp and proxy, it would make sense to already be in debug mode.
I will only leave this open for a day or so.
With the following in custom.js, I can see the word Hello, Get It and select the prm-opac-after element easily. But although it has a scope containing a message, I cannot access its scope.
I define the code as follows:
I see the message "Hello, Get It" and can inspect and then move up to the wrapping element prm-opac-after.
However, the following does not work, in that I cannot see the variable greeting in the scope, nor really interact with the controller meaningfully.
I know this is an AngularJS questions and not a primo-explore-devenv question, but I need to get some traction so that I can make progress.