I am using carousel from ui.bootstrap
and for that i need to use ng-touch. When i inject my app with ngTouch
it brakes some things, inputs in mobile can't be clicked.
How can i inject specific controller, i have tried to make two different modules but i have to load the module with ngTouch inside ng-app module and again that brakes things.
angular.module('appModule',['carouselModule'])
angular.module('carouselModule',['ngTouch','ui.bootstrap'])
With the guide of @estus, i have found the solution.
and in the html for example: