[AngularJS] Accessing Scope from the Console

Source: Internet
Author: User

Using Angular, you can actually access to the scope and other things from the console, so if you had a live Web page, you Can dive in and grab things out of the scope and modify them and what is not.

$ A shortcut for the selected element in your elements.

Then your can get the SOCPE by using:

var $scope = angular.element ($). scope ();

Can Use this $scope the change Ng-model ' s value, the to get controller...or whatever.

Even you use controller as SYTNX, you still can get by

$scope. Mycontroller

After your change of the value, use:

$scope. $apply ();

[AngularJS] Accessing Scope from the Console

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.