• Lohitha Varanasi
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi. 
<apex:inputField id="lookup" value="{!surveyObj.User__c}" style="width: 300px;" html-placeholder="select The User from the Lookup"><br/><br/>
this is the lookup to user, and i wanna get that value in AngularJs...i
===========================================================

in the below code i am able to get the data for input type="text"
<input maxlength="100" type="text" required="required" class="form-control" placeholder="Enter Last Name"  ng-model="lastName"/>
so here i am using   ng-model="lastName" for this so i can able to get the input value.

But the above code(1st or 2nd  line) i am using <apex:input filed......>
so,Here i am facing the challange....could any one pls help me out here.