diff --git a/addon/components/panda-action-identifier-info-popup.coffee b/addon/components/panda-action-identifier-info-popup.coffee index 9c14466..3a3992a 100644 --- a/addon/components/panda-action-identifier-info-popup.coffee +++ b/addon/components/panda-action-identifier-info-popup.coffee @@ -1,6 +1,7 @@ import Ember from 'ember' export default Ember.Component.extend + tagName: 'span' panda_prefix: '/panda/api/v1' loading_html: "" session: Ember.inject.service('session') diff --git a/addon/components/panda-action-identifier-info-popup.js b/addon/components/panda-action-identifier-info-popup.js index bf71415..4765173 100644 --- a/addon/components/panda-action-identifier-info-popup.js +++ b/addon/components/panda-action-identifier-info-popup.js @@ -2,6 +2,7 @@ import Ember from 'ember'; export default Ember.Component.extend({ + tagName: 'span', panda_prefix: '/panda/api/v1', loading_html: "", session: Ember.inject.service('session'),