Re: Personal mode with Per User in Scoped process not working for Angular

2017-12-07 Thread Jeff Chung
var scope = angular.element(element.parent('.ng-scope')).scope(). compiledScope; Is there a better way to get the per user Angular scope? I am using Zeppelin 0.7.3. On Thu, Dec 7, 2017 at 10:56 PM, Jeff Chung wrote: > I have set my notebook to personal mode and changed the Angular > interprete

Personal mode with Per User in Scoped process not working for Angular

2017-12-07 Thread Jeff Chung
I have set my notebook to personal mode and changed the Angular interpreter and Spark interpreter to Per User in Scoped process. However change in the Angular UI for one user affect a different user. One possibility issue is that I am getting the Angular scope this way: