I need some help from you guys I am new in AngularJs, I have code there is too long code thats why I upload doc file, please check it below link, Using the code snippet below I'm authenticating email, password. The customerlogin() method returns some JSON data which I want to show in the next page. In other words I want to pass the data returned from customerlogin()
to then()
and then pass it to /customerprofil
Please help, my boss tell me follow this code but how to transfer data other page and show using angular js, my code is different you show dublicats
<div class="panel-body" ng-app="agfullstackApp.customerprofile">
<form action="">
<div class="form-group" ng-controller="customerprofileComponent">
<label class="col-md-2 control-label" for="inputDefault">{{full_name}}</label>
</div>