fixed the location message problem
This commit is contained in:
parent
5cee510380
commit
c208c4e5dc
@ -296,7 +296,7 @@ NGApp.controller( 'LocationCtrl', function ($scope, $http, $location, $rootScope
|
||||
$scope.$on( 'locationNotServed', function(e, data) {
|
||||
spin.stop();
|
||||
var pos = PositionsService.pos();
|
||||
if( pos.type == 'user' ){
|
||||
if( pos.type() == 'user' ){
|
||||
$('.location-address').val('').attr('placeholder','Please include a zip code or city name');
|
||||
} else {
|
||||
$('.location-address').val('').attr('placeholder','Please enter an address or zip');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user