smart987
smart987
Urish, It is the same link that you have given in this github repo. http://plnkr.co/edit/BGLUYcylbIVJRz6ztbhf?p=preview but I have opened it in ie9.
Yes Urish, but it is also correct that my application is failing on IE9 when I put spinner directive in my jsp page, the soon I comment the spinner directive...
Sorry for the late, urish. The sample plunker you have given on Github is working fine even on IE9. But what I am trying to do is to start and...
` $scope.events = { rangechange: $scope.onRangeChange, rangechanged: $scope.onRangeChanged, onload: $scope.onLoaded, select: $scope.onSelect, click: $scope.onClick, doubleClick: $scope.onDoubleClick, contextmenu: $scope.rightClick }; $scope.onClick = function(params) { ``` } ``` ` Hope this will...