AngularJs scope variables in console
问题 I know that we can access scope variables using batarang (chrome extension), and angular.element(document.querySelector('selector')).scope() I was able to access scope, controllers, in angular.io, angularjs.org But I came across an angularJs website (www.paytm.com) that is able to block me from accessing scope variables in console, also controller, etc. How can I block users from accessing the scope variables? Even if I block, is there any way that users may access the scope variables? Will I