Upgrade and log modal names
This commit is contained in:
@@ -83,6 +83,8 @@ export default Ember.Mixin.create ApplicationRouteMixin,
|
|||||||
options.model = options.model.content if options.model?.promise? and options.model.content and not options.model.dunlop_remote_array
|
options.model = options.model.content if options.model?.promise? and options.model.content and not options.model.dunlop_remote_array
|
||||||
container = Ember.getOwner(@)
|
container = Ember.getOwner(@)
|
||||||
|
|
||||||
|
console.log "MODAL: #{modalName}"
|
||||||
|
|
||||||
modalNameParts = modalName.split('/')
|
modalNameParts = modalName.split('/')
|
||||||
partialName = modalNameParts.pop()
|
partialName = modalNameParts.pop()
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -45,7 +45,7 @@
|
|||||||
"ember-load-initializers": "^1.0.0",
|
"ember-load-initializers": "^1.0.0",
|
||||||
"ember-one-way-controls": "^2.0.1",
|
"ember-one-way-controls": "^2.0.1",
|
||||||
"ember-resolver": "^4.5.0",
|
"ember-resolver": "^4.5.0",
|
||||||
"ember-semantic-ui-calendar": "^0.2.0",
|
"ember-semantic-ui-calendar": "^1.0.1",
|
||||||
"ember-simple-auth": "^1.4.2",
|
"ember-simple-auth": "^1.4.2",
|
||||||
"ember-source": "~2.16.2",
|
"ember-source": "~2.16.2",
|
||||||
"ember-truth-helpers": "^1.3.0",
|
"ember-truth-helpers": "^1.3.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user