Re: Angular scope - compiledScope issues in latest master

2016-06-01 Thread Corneau Damien
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

Angular scope - compiledScope issues in latest master

2016-06-01 Thread Balachandar R.A.
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