SHARE
TWEET
Untitled
a guest
Oct 6th, 2016
69
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- // HTML
- <myComponent text="foo" image="bar" action="$ctrl.fooBar()"> </myComponent>
- <myComponent text="{{ $ctrl.foo ? 'foo' : 'bar' }}" image="bar" action="{{ $ctrl.bar ? $ctrl.fooBar() : false }}"> </myComponent>
- // Component
- import template from './foo.html';
- import './foo.styl';
- export default {
- template,
- bindings: {
- text: '@?',
- image: '@?',
- action: '&?',
- },
- };
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
