I am having 2 <div> in my HTML lets say X and Y X contains a list <ul> of objects and Y shows "different views" filled with relevant data related to the item clicked in X.
Suppose if (Lemon,Orange etc) are clicked I will be showed it properties like "Sourness" "weight" Suppose if (Wine,Beer) is clicked I will be showed it's properties like "Alcohol%" etc. Since properties are different so I created different views and passed parameters accordingly to show apt data. I know we will use $routeProvider and then have .config defined , pass some parameters etc. But this "changes my URL" , and I don't want that. Is it even possible what I am wishing in Angular? P.S Check this out. http://www.angularbasics.co.uk/Examples/Example.php?Name=SPA2.html#/List Keep an eye on the URL as you select different names :) -- 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.
