I decided to try out the angle-bracket component syntax in the canary build of ember. If create a component with ember g component foo/bar/my-panel --pod
, how do I refer to it in a template using angle-bracket syntax?
EDIT Just found that <foo.bar.my-panel />
works. Hmm... is that element syntax going to work well in browsers? Is there an alternative if not?