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

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -