I made some Angular routes as shown in the code bellow.
app.config(function($routeProvider, $locationProvider, $provide) {
$routeProvider
.when(\'/\'
#BEGIN
Options +FollowSymLinks
RewriteEngine on
# Don't rewrite files or directories
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(.*) your root folder/index.php [NC,L]
#END
its working 100%
also add to your index.html code in section