I have a weired situation which I can dig down to the root...


I am using angular ui tree to show a tree and have a callback dropped.

Within the callback I have the following sequence:


GroupService.moveGroup(CommonService.getTenantUser(), 
sourceNode.$modelValue.id, to)
    .then(function () {
        $scope.$broadcast('pmember:changed');
    });


The $on("pmember:changed") issues another GET which than adds some weired data 
to the GET request !

The same happens if I place the GET request instead of the $broadcast.


The behaviour is only seen with IE 11 !!!!


192.168.1.40 - - [16/Jul/2015:13:01:38 +0200] "GET 
/api/team/1435160892572/1436520770140/42 HTTP/1.1" 200 2436
192.168.1.40 - - [16/Jul/2015:13:01:55 +0200] "PUT 
/api/group/add/1435160892572/1436520906852/1436520770140 HTTP/1.1" 200 -
192.168.1.40 - - [16/Jul/2015:13:01:55 +0200] "{"enforceSecurity":true}GET 
/api/team/1435160892572/1436520770140/42 HTTP/1.1" 501 -


I am using angular js 1.4.3


Thx for any hint what I can do !

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" 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 http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to