In my route
.when(\'/user:user_guid\',{ templateUrl : \'users/profile.html\', controller : \'userController\' })
In my
You can encrypt the URL parameters. And then in PHP when you read POST/GET param, you first decrypt it and then read the values. This way nothing gets exposed. I've done it for some of my own projects, and it works.