Question from the Ionic Framework test

How to bind a property to a view in Ionic

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 117 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!