Hi Balachandar,
Some times ago, there was a few changes to the angular display system.
The main change code wise was to remove the compiledScope from the global
app variables.
You can find the breaking change in this PRs [1]
While there we try to make it backward compatible to some degree afterwar
Hello,
I used to work with the binary version of zeppelin for our use cases. While
sharing variables of scala interpreter with angular, I use the below code
var controllerElement = document.querySelector('[ng-app=zeppelinWebApp]');
var scope = angular.element(controllerElement).scope().compiled