Getting links using slug instead of id to be SEO friendly URLS.Integrating Prismic io with angular js
问题 https://github.com/heshamelmasry77/javascript-angular-starter I am integrating Prismic io CMS with angular js and i did it and its working properly with me but i am getting the links using id of each document which is not SEO friendly.I am trying to find a way to get the documents using there slug instead of the id but its very complicated i used a function in prismic io API call getByUID and i tried to get by slug but it is not working. In this repo i am posting here you will find the