Is there any way to differentiate a scope variable declared from controller or using ng-model directive? How can I differentiate them in code?
Example
$scope.testScopeVar
& `ng-model="testVal"
I'm really curious to know, Is there any way to do it so?