Pods, pods, everywhere
This commit is contained in:
parent
33f783bc42
commit
e623d52f34
66 changed files with 53 additions and 113 deletions
6
app/pods/components/scientific-name/component.js
Normal file
6
app/pods/components/scientific-name/component.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Component.extend({
|
||||
tagName: 'span',
|
||||
strain: null, // passed in
|
||||
});
|
1
app/pods/components/scientific-name/template.hbs
Normal file
1
app/pods/components/scientific-name/template.hbs
Normal file
|
@ -0,0 +1 @@
|
|||
<em>{{strain.species.speciesName}}</em> (strain {{strain.strainName}})
|
Reference in a new issue