As far as viewing $scopes is concerned, you can use AngScope<https://addons.mozilla.org/en-US/firefox/addon/angscope-simple-angularjs-s/>, a small Firefox/Firebug extension that displays $scope objects of selected DOM elements into Firebug's DOM Inspector.
It basically is a wrapper over this code: var s = angular.element(e).scope(); it just helps you visually select "e" and view "s". On Monday, September 9, 2013 9:33:19 PM UTC+3, Federico Piazza wrote: > > Hi guys, I'm new to angular and need help to debug it. > > Unfortunately, I can't use chrome because of customer's requirement only > IE and FF, I even can't install chrome in order to check my app. > > My needs are how I can do to debug angular javascript code inside of > controllers and by the way how to check $scopes variable values. > > Can anybody give me a hint on this? > > Thanks. > > Regards, > Federico > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
