Hi everyone, I trying to write a jasmine unit test cases for the url's query string . That is, in my app I have a page , which contains a table, in that table I have the following fields First Name, Last Name, E-mail address, D.O.B, and Address. So when the user clicks these lable it gets sorted in ascending order. and my url in the firebug changes to something like this "http://localhost:PN/MyApp/Page?orderBy=FirstName+asc. So how do I write a $httpmock to test the server's response ?
*PN - Port Number -- 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/groups/opt_out.
