Forgot to mention something important. The AngularJS App in question is using a feed from our web site to populate a SPA in an iOS App using a Web View. So the feed gets refreshed every 15 mins to contain the latest 50 articles in several categories. So using $routeParams.itemId is not possible as that value is reassigned inside the AngularJS App every time the feed is refreshed. So we have to use the unique PostID in the feed instead so we can always attach to the correct article from the web site and retrieve its comments to be displayed in the AngularJS App and allow for adding comments too within it that will also be pushed to the web site as part of the Gigya sync services.
-- 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.
