i'm a newbie of AngularJS (using v1.5) anh now I have a problem: I use javascript jquery.marquee (https://aamirafridi.com/jquery/jquery-marquee-plugin) in html same that:
<script type="text/javascript">
$(document).ready(function () {
$('.marquee').marquee({
duration: 5000,
gap: 50,
delayBeforeStart: 0,
direction: 'up',
duplicated: true
});
});
</script>
but it shows error "marquee is not a function" (as image that I have attached)
i have putted it in html:
<script src="//cdn.jsdelivr.net/jquery.marquee/1.4.0/jquery.marquee.min.js"
type="text/javascript">
</script>
How to resolve it?

jquery-marquee-plugin.marqueeon console & check if the object exists or not.