Category:Assets created by Rockstar San Diego
Category:GTA (series)
Category:2008 video games
Category:Video games developed in Canada
Category:Windows games
Category:Windows-only games
Category:Single-player video games
Category:Epic Games
Category:Video game rebootsQ:
Get all class instances in Angular scope
For example, I have a global scope like:
app.controller('MainCtrl', function($scope) {
$scope.obj = {};
$scope.func1 = function() { console.log('obj.func1') };
$scope.func2 = function() { console.log('obj.func2') };
$scope.obj.func1();
$scope.obj.func2();
});
How can I get all instances of classes that is in the scope?
Also, I want to get all the functions in those classes, but my code below returns only $scope.func1(), because it overwrites any of the class instances.
$scope.func1 = function() {
var funcs = $scope.func1.prototype;
return funcs;
};
app.controller('MainCtrl', function($scope) {
$scope.obj = {};
$scope.func1 = function() { console.log('obj.func1') };
$scope.func2 = function() { console.log('obj.func2') };
$scope.obj.func1();
$scope.obj.func2();
});
A:
You can use angular.copy() to copy function1, which will create a new, independent scope and copy all of the properties of obj.
$scope.func1 = function() {
var funcs = $scope.func1.prototype;
angular.copy(obj, funcs);
}
And then you can simply use obj.$clone() to get a clone.
Diabetes is a major public health problem in the United States and globally. Managing the complications of this disease is a costly burden on health care systems. The insulin-dependent diabetes mellitus (IDDM) accounts for more than 95% of all cases of diabetes in the United States. The metabolic defects in IDDM are be359ba680
Related links:
Comments