partial #1897
This commit is contained in:
parent
abb5d26894
commit
e90f7102fe
@ -7,7 +7,7 @@ NGApp.factory( 'CommunityAliasService', function( PositionsService ){
|
|||||||
|
|
||||||
service.route = function( id, success, error ){
|
service.route = function( id, success, error ){
|
||||||
|
|
||||||
var parts = id.split( '/' );
|
var parts = id.toLowerCase().split( '/' );
|
||||||
var alias = false;
|
var alias = false;
|
||||||
var restaurant = false;
|
var restaurant = false;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user