Skip to content

Commit

Permalink
Merge pull request #93 from sglanzer/master
Browse files Browse the repository at this point in the history
Adding ember-math-helpers to the blueprint
  • Loading branch information
sglanzer committed Jan 19, 2017
2 parents aba177c + 0e45c6d commit 274c2c2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 20 deletions.
18 changes: 0 additions & 18 deletions addon/helpers/subtract.js

This file was deleted.

2 changes: 1 addition & 1 deletion addon/templates/components/frost-list.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class='
frost-list-item-container
{{if (eq index 0) ' first'}}
{{if (eq index (subtract _items.length 1)) ' last'}}
{{if (eq index (sub _items.length 1)) ' last'}}
{{if model.isSelected ' is-selected'}}
{{if (is-lead-selection _items model) ' is-lead-selection'}}
'>
Expand Down
1 change: 0 additions & 1 deletion app/helpers/subtract.js

This file was deleted.

1 change: 1 addition & 0 deletions blueprints/ember-frost-list/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
packages: [
{name: 'ember-frost-core', target: '^1.5.1'},
{name: 'ember-frost-sort', target: '^7.0.0'},
{name: 'ember-math-helpers', target: '^2.0.0'},
{name: 'smoke-and-mirrors', target: '~0.6.2'}
]
})
Expand Down

0 comments on commit 274c2c2

Please sign in to comment.