function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Abdul Mujeeb ShaikAbdul Mujeeb Shaik 

Angular Js Problem in Reading apex:inputfield

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.


 
Lohitha VaranasiLohitha Varanasi
<apex:inputField value="{!Select_a_Date__c}" html-ng-model="bookDate" label="Zip Code :" styleClass="form-control" />
by using html-ng-model , you can get apex inputField value