Skip to content

Commit

Permalink
Merge page-title services (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock authored Oct 14, 2022
1 parent 9f3a3b9 commit 85b2cc4
Show file tree
Hide file tree
Showing 6 changed files with 294 additions and 301 deletions.
1 change: 0 additions & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"version": 2,
"app-js": {
"./helpers/page-title.js": "./dist/_app_/helpers/page-title.js",
"./services/page-title-list.js": "./dist/_app_/services/page-title-list.js",
"./services/page-title.js": "./dist/_app_/services/page-title.js"
}
},
Expand Down
2 changes: 1 addition & 1 deletion addon/src/helpers/page-title.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { guidFor } from '@ember/object/internals';
@method page-title
*/
export default class PageTitle extends Helper {
@service('page-title-list')
@service('page-title')
tokens;

get tokenId() {
Expand Down
279 changes: 0 additions & 279 deletions addon/src/services/page-title-list.js

This file was deleted.

Loading

0 comments on commit 85b2cc4

Please sign in to comment.