In case you are loading the students data using a scope variable, Use 
$scope.$apply() or $scope.digest() method. In your case I think you are 
loading the data in non-angular method. In which case digest cycle would 
never run and your scope variables will never get updated

Thanks,
K

On Thursday, 11 December 2014 12:46:51 UTC-5, Ijas Vellayicode wrote:
>
> I am doing a project in AngularJs with PHP and MYSQL as back end. I need 
> to add and retrieve  student details from MYSQL database to a page. I have 
> created insertion form for these data, and it is working fine. data not 
> showing during the page load action, but the data retrieved as JSON  format 
> in console , but not showing . when I key press on the text box on the 
> insertion form, then it's working fine.
>
> I need to get show these data during page load. any body can suggest a 
> solution for this issue..? Thanks in in advance 
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to