Get current URL in emberjs

@manoit88 That is better. Using transition promise, i can easily get url after the transition is complete. Thanks :slight_smile:

transition.then ->
  url = window.location.href