window.location.href = {{winLoc.href}}
  window.location.pathname = {{winLoc.pathname}}
  $location.absUrl() = {{location.absUrl()}}
  $location.url() = {{location.url()}}
  $location.protocol() = {{location.protocol()}}
  $location.host() = {{location.host()}}
  $location.port() = {{location.port()}}
  $location.path() = {{location.path()}}  Document Root Path
  $location.search() = {{location.search()}}
  $location.hash() = {{location.hash()}}
  $route.current.$$route = {{route.current.$$route}}
  $route.current.templateUrl = {{route.current.templateUrl}}
  $route.current.controller = {{route.current.controller}}
  $route.current.params = {{route.current.params}}
  $route.current.pathParams = {{route.current.pathParams}}
  $route.routes = {{route.routes}}
  
  
    {{name}}  {{data.redirectTo}} {{data.templateUrl}} {{data.controller}}