Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
<helper:constant name="{string}" value="{string}"> </helper:constant>
<helper:constant name="test" value="banana"></helper:constant> <span>My Constant: {{test}}</span>
angular.module('lightning') .controller('ExampleController', ['$scope','$twigkit', function($scope,$twigkit) { $scope.test = $twigkit.getConstant('test','noValue'); }]);
Was this page helpful?