We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6d93f commit 37e4075Copy full SHA for 37e4075
app/controllers/index.js
@@ -11,6 +11,7 @@ export default Ember.Controller.extend({
11
}
12
});
13
14
+
15
function suitableScreenHeight() {
16
return Math.max(Ember.$(window).height() - 40, 320);
17
app/templates/index.hbs
@@ -21,6 +21,9 @@
21
<div class="offset-md-1 col-md-10 offset-lg-2 col-lg-8">
22
Want to know more about our church? Check out some of the groups within
23
our church that may interest you.
24
+ {{#each g in model.group}}
25
+ <p>HELLO={{group.slug}}</p>
26
+ {{/each}}
27
</div>
28
29
<div class="row">
0 commit comments