Hemakumar Mudimi
Results
3
issues of
Hemakumar Mudimi
angular.module('app', ['uiSwitch']) .controller('MyController', function($scope) { $http.get("myurl").success(function (data, status, headers, config) { //Static allocation $scope.enabled = data.enabled; //"false" or "true" $scope.onOff = data.onOff; //"false" or "true" $scope.yesNo = data.yesNo; //"false" or...
File downloaded with .txt extension in IE9 with saveas window, So here we can change extension to .csv while downloading. Some times IE9 failing to download file with '.csv' extension,...