This works when entering data to database in the form:
<tr> <td>{{_('Longitude')}}</td> <td> <input type="text" ng-model="competitions.competition.longitude" class="form-control"> </td> </tr>but not with <input type="hidden" ..... value="15.1234" > why?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community