Skip to content

Instantly share code, notes, and snippets.

@sfroestl
Last active January 26, 2017 08:21
Show Gist options
  • Save sfroestl/6484ee0bad0d283102b494014205baf1 to your computer and use it in GitHub Desktop.
Save sfroestl/6484ee0bad0d283102b494014205baf1 to your computer and use it in GitHub Desktop.
module.exports = angular.module('ngReactExample.comment', [
]).component('comment', {
bindings: {
comment: '<',
},
template: '{{ $ctrl.comment.text }}',
controller: function() {
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment