And finally you can always expose $scope as global variable to check/modify 
properties in console. Simply

window._scope = $scope;
// in console:
_scope.users.push({name: 'Thomas Mann'});
_scope.$apply();




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.

Reply via email to