On my client side I want to write functions using both the java-script and angularjs, but when I call the functions of the javascripts I have written from inside an angularjs script, it cannot pick those simple javascript functions.
Is there a way to solve this issue?