Skip to content

Instantly share code, notes, and snippets.

@8bitDesigner
Created June 23, 2014 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 8bitDesigner/f61a86103d57d07b9e6d to your computer and use it in GitHub Desktop.
Save 8bitDesigner/f61a86103d57d07b9e6d to your computer and use it in GitHub Desktop.
app.directive 'dingus', ->
controller: ($scope, $filter) ->
$scope.someText = ->
$filter('translate')('translation-key', some: values})
<div>
<h1 ng-bind-html="someText()"></h1>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment