angularjs - htm5mode with parameters doesn't work for me -
angularjs - htm5mode with parameters doesn't work for me - the first hand, code: config app: promoapp.config(['$routeprovider','$locationprovider',function($routeprovider,$locationprovider){ $locationprovider.html5mode(true); $routeprovider. when('/home',{ templateurl: 'views/home.html', controller: 'homecontroller' }). when('/web',{ templateurl: 'views/web.html', controller: 'webcontroller' }). when('/portfolio',{ templateurl: 'views/portfolio.html' }). when('/game',{ templateurl: 'views/game.html' }). when('/contact',{ templateurl: 'views/contact.html', controller: 'contactcontroller' }). when('/admin',{ templateurl: 'views/admin.ht...