PRIVATE
Extends: Ember.Object
Defined in: packages/ember-routing/lib/location/none_location.js:13
Module: ember-routing
Ember.NoneLocation does not interact with the browser. It is useful for testing, or when you need to manage state with your Router, but temporarily don't want it to muck with the URL (for example when you embed your application in a larger page).
Stringprivate
Given a URL, formats it to be placed into the page as part of an element's href attribute.
This is used, for example, when using the {{action}} helper to generate a URL based on an event.
String
String Stringprivate
Returns the current path without rootURL.
String Sets the path and calls the updateURL callback.
Function
Register a callback to be invoked when the path changes. These callbacks will execute when the user presses the back or forward button, but not after setURL is invoked.
Function
Set the path and remembers what was set. Using this method to change the path will not invoke the updateURL callback.
String
Will be pre-pended to path.
Default: '/'
© 2017 Yehuda Katz, Tom Dale and Ember.js contributors
Licensed under the MIT License.
http://emberjs.com/api/classes/Ember.NoneLocation.html