I am trying to create a link with params to open a new angularjs strapped application. Example Http://example.com/another.HTML?key=data
On another.HTML I tried to create a new angularjs application with a controller. In the controller I tried to use $location to retrieve the path or do search.. All returned a empty object. I tried to log the $location service. And noticed that only absUrl, host, port, and protocol is populated. URL and path are empty... What is the problem? Is there a reason why $location only contains the mentioned fields.? -- 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.
