I was wondering how can I get the current Path in Ember with a dynamic element? I know that there is
@get('currentPath')
in applicationController, but that will only give me "user.show", and I would also like to get a path like "/ users / 1". I know I can do this with window.location.href, but is there any other way ("Ember")?
Relationship Peter
Piotr
source share