I have the external js file which has more functions.
I need to call these functions from angular controller.
For example: external.js
I have similar situation and I did not have to make it self invoking function. Including the external js file into the html and it worked fine.