I am learning Angular. I have used Laravel before and I can successfully var_dump in the controller, model and in the view so in each stage I can debug to know where I am at and to know what the object is and how to work with it and where the error is in MVC.
But for Angular, everything gets loaded into the $scope so it is hard to debug this thing. I would like to follow a principle where I create an object and dump it out. I am using the console.log to do this but again I am getting undefined variables. With this I can't see my object so I am lost within it. Can anyone help with this Thanks -- 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/d/optout.
