What are some use cases for accessing the root scope?

In Stock

Size Guide

$34.99 $29.99

Shipping and Returns Policy

Global Scope. Variables declared Globally (outside any function) have Global Scope. Global variables can be accessed from anywhere in a JavaScript program. Aug 17, 2013 ... ... angular.module('app').controller(controllerId, ['$scope', customController]); function customController($scope) { var vm = this; vm.activate ... ... >