What is the difference between
$scope.firstFunction = function($parameter) {
//Any code
};
and
$scope.secondFunction = function(parameter) {
//Any code
}
Thanks.
What is the difference between
$scope.firstFunction = function($parameter) {
//Any code
};
and
$scope.secondFunction = function(parameter) {
//Any code
}
Thanks.