Set URL to SEO Friendly Title with Dashes instead of ID
问题 I am using AngularJS to create a page of articles with links for details for the individual articles. The links are based on the ID to ensure they are unique, but I would like the URLs to be the title with dashes (much more SEO/user friendly) rather than the ID. Here is the Angular Example where the product details are clean titles: http://angular.github.io/angular-phonecat/step-11/app/#/phones My current URLs are linked by ID so they appear as article/66D5069C-DC67-46FC-8A51-1F15A94216D4 I