0
I’m starting at Ionic, I followed this tutorial, all right until then, however, when I go to index.html and put the variable {{firstname}}, in the browser it shows as if it were going through html, unlike it is written {{firstname}} and not the date of the array.
<ion-content ng-controller="StudyingController">
<button class="button" ng-click="getData()">Test</button>
<br>
name: {{firstname}} {{lastname}}
</ion-content>