angulike
angulike copied to clipboard
Get rid of the jquery dependency
A lot of people recommend not to mix jquery with angularjs, would it be possible to replace $.getScript
with $http.get(src)
and eval(response)
to make it execute the script? (any thoughts from a more experienced angular dev welcome)