Expert
How to use one-time binding in an AngularJS template?
angular.module('app')
.controller(‘myController’, function ($scope) {
$scope.name = ‘toto’;
});
Author: Benjamin CanacStatus: PublishedQuestion passed 130 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about Ionic