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

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -