Is it possible install additional modules?

I have ionic project and i install angular-touch but ‘ionic.bundle.js’ does not updated. Is it possible install additional modules? angular-touch has been installed with bower.

Yes it is possible, but you shouldn’t use angular-touch with ionic.

http://ionicframework.com/docs/api/page/tap/

Ionic.bundle.js is just a quick concatenated version of everything you need. It doesn’t update when you add a new file

1 Like