Angular JS: Function to Textarea -
any here appreciated. trying achieve pass value angularjs function textarea.
my function :
[....] $scope.updatedata = function(id, note){ $scope.id = id; $scope.note = note; } [....]
any idea how pass 'note' textarea?
Comments
Post a Comment