Great, thanks for this it is very useful
On Wed, Jan 15, 2014 at 8:23 AM, kosprov <[email protected]> wrote: > 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 a topic in the > Google Groups "AngularJS" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/angular/Zv9RBRBzH_Y/unsubscribe. > To unsubscribe from this group and all its topics, 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. > -- 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.
