I am developing code in AngularJS to run a function, but I encountered an error stating that there is a missing ')' after the argument list.
"content": '<b>DocumentType</b>:'+s.getdocumentTypeName(s.documentType)+'<br><b>Author:</b>'+s.givenName+'</br><b>creationDate:</b>'+ s.dateTimeConverter+'<br><a href="" onclick=\"(getdocByID(' + s.docId + '))\"><b>View Document</b></a>',