Skip to content

Commit

Permalink
Using angle brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
chrism committed Jun 5, 2018
1 parent 6e3badc commit c586376
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"babel-eslint": "^8.0.0",
"broccoli-asset-rev": "^2.7.0",
"ember-ajax": "^3.0.0",
"ember-angle-bracket-invocation-polyfill": "^1.0.2",
"ember-cli": "github:ember-cli/ember-cli",
"ember-cli-app-version": "^3.0.0",
"ember-cli-babel": "^6.6.0",
Expand Down
2 changes: 2 additions & 0 deletions src/ui/components/tomster-logo/component.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import Component from '@ember/component';
import { classNames } from '@ember-decorators/component';
import { computed } from '@ember-decorators/object';

@classNames('static-class')
export default class TomsterLogo extends Component {
@computed('filename', 'filetype')
get tomsterPath() {
Expand Down
2 changes: 1 addition & 1 deletion src/ui/routes/application/template.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{tomster-logo filename="tomster" filetype="png"}}
<TomsterLogo id="tomster-logo" @filename="tomster" @filetype="png" />

{{outlet}}
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2062,6 +2062,13 @@ ember-ajax@^3.0.0:
dependencies:
ember-cli-babel "^6.6.0"

ember-angle-bracket-invocation-polyfill@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/ember-angle-bracket-invocation-polyfill/-/ember-angle-bracket-invocation-polyfill-1.0.2.tgz#b8e43e91161c0da1b442c995e1f270b64c7d8d00"
dependencies:
ember-cli-babel "^6.6.0"
ember-cli-version-checker "^2.1.2"

ember-cli-app-version@^3.0.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/ember-cli-app-version/-/ember-cli-app-version-3.2.0.tgz#7b9ad0e1b63ae0518648356ee24c703e922bc26e"
Expand Down

0 comments on commit c586376

Please sign in to comment.