i don't need to access variable in view
for example.
var IsInteger = false;
i don't need to access IsInteger in view or html
than which is better in performance and memory of following.
angular.module("myapp").controller('abc',"$scope",function($scope){
$scope.IsInteger = false;
v/s
var IsInteger = false;
});
--
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.