diff --git a/addon/services/universe.js b/addon/services/universe.js index afce805..57817f9 100644 --- a/addon/services/universe.js +++ b/addon/services/universe.js @@ -607,6 +607,7 @@ export default class UniverseService extends Service.extend(Evented) { const items = this._getOption(options, 'items'); const component = this._getOption(options, 'component'); const componentParams = this._getOption(options, 'componentParams', {}); + const renderComponentInPlace = this._getOption(options, 'renderComponentInPlace', false); const slug = this._getOption(options, 'slug', dasherize(title)); const view = this._getOption(options, 'view'); const queryParams = this._getOption(options, 'queryParams', {}); @@ -631,6 +632,7 @@ export default class UniverseService extends Service.extend(Evented) { items, component, componentParams, + renderComponentInPlace, slug, queryParams, view, diff --git a/package.json b/package.json index 3ec8227..3a4e6d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fleetbase/ember-core", - "version": "0.1.3", + "version": "0.1.4", "description": "Provides all the core services, decorators and utilities for building a Fleetbase extension for the Console.", "keywords": [ "fleetbase-core",