Hard
How to display the name
variable from our controller in a template?
angular.module('app')
.controller(‘myController’, function ($scope) {
$scope.name = ‘toto’;
});
Author: Benjamin CanacStatus: PublishedQuestion passed 124 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about Ionic