Hi my URL like this
http://localhost:8080/q2ccis/configurator/customize?mode=edit&cnfgUid=171534&categoryCode=IMAGE&pagefrom=service
i am using angular JS
snippet code:
var url =
'/q2ccis/configurator/'+urlParams["mode"]+'/'+urlParams["cnfgUid"]+'/'+$scope.delegateCompanyIdList+'/'+$scope.nlsId;
$http({
url:url,
method : 'GET',
params: { 'labeleConfig': new
Date().getTime() }
}).success(function(data){
the URL appdening in the browser with
mode=edit&cnfgUid=171534&categoryCode=IMAGE&pagefrom=service these vales.
i want to hide these values in browser.
Can anyone help on this.
--
You received this message because you are subscribed to the Google Groups
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.