Version 4.6.0
Added ability for template url construction with route params(dynamic template url based on params)
routes['userDetail'] = {
url: '#/users/:userId',
templateUrl: 'users.php?userId=:userId',
};
Added ability for template url construction with route params(dynamic template url based on params)
routes['userDetail'] = {
url: '#/users/:userId',
templateUrl: 'users.php?userId=:userId',
};