ionic-base icon indicating copy to clipboard operation
ionic-base copied to clipboard

BreakPoints doesn't work in some lines while debugging

Open yonsonsal opened this issue 9 years ago • 1 comments

I'm starting from the scratch with this starter and I have trouble to add breakpoints in 'ChatsCtrl', I have rewrite in minified "safe" mode "chats.ctrl.js" but chrome doesn't allow to me to add breakpoints inside remove method. var _chatCtrl = function($scope, Chats) { $scope.chats = Chats.all(); $scope.remove = function(chat) { Chats.remove(chat); }; }; _chatCtrl.$inject = ['$scope','Chats']; starter.controllers.controller('ChatsCtrl',_chatCtrl); $scope.chat = Chats.get($stateParams.chatId);

yonsonsal avatar Mar 02 '16 20:03 yonsonsal

Thanks @yonsonsal, I've also noticed bad source mapping occasionally in my apps. I'll have a look soon.

meltuhamy avatar Mar 06 '16 22:03 meltuhamy