Я пытаюсь получить длинное пресс -событие в Angular JS. Я нашел решение отсюда
https://gist.github.com/bobnisco/98858582
Но я не могу получить журнал на консоли.$scope.itemOnLongPress = function(id) {
console.log('Long press');
}
$scope.itemOnTouchEnd = function(id) {
console.log('Touch end');
}
Подробнее здесь: https://stackoverflow.com/questions/279 ... angular-js