Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

fix(ngTouch) Remove ngClick override from ngTouch #12317

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion angularFiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ var angularFiles = {
'ngTouch': [
'src/ngTouch/touch.js',
'src/ngTouch/swipe.js',
'src/ngTouch/directive/ngClick.js',
'src/ngTouch/directive/ngSwipe.js'
],
'ngAria': [
Expand Down
296 changes: 0 additions & 296 deletions src/ngTouch/directive/ngClick.js

This file was deleted.

Loading