Skip to content

Commit

Permalink
Merge pull request #9 from bgantzler/no-public-service
Browse files Browse the repository at this point in the history
Removed the public version of the -portal service
  • Loading branch information
simonihmig authored Aug 3, 2020
2 parents b6c8a95 + 893dc46 commit 7c5e33d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addon/components/portal-target.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { inject as service } from '@ember/service';
import { assert } from '@ember/debug';

export default class PortalTargetComponent extends Component {
@service('-portal')
@service('ember-stargate@-portal')
portalService;

get count() {
Expand Down
2 changes: 1 addition & 1 deletion addon/components/portal.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { inject as service } from '@ember/service';
import { next } from '@ember/runloop';

export default class PortalComponent extends Component {
@service('-portal')
@service('ember-stargate@-portal')
portalService;

constructor() {
Expand Down
1 change: 0 additions & 1 deletion app/services/-portal.js

This file was deleted.

0 comments on commit 7c5e33d

Please sign in to comment.