Hi, I am passing through the whole developer guide and doesn't understand quite well how the input value is binded to the url value in the example placed in "Using $location" tab and "Browser in HTML5 mode" example
https://docs.angularjs.org/guide/$location#browser-in-html5-mode Do the following instruction bind them automatically ? $browser.url = function(url) { return url ? input.val(url) : input.val(); }; Thank you in advance for your answers -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
