I've just stepped into Angular JS.
I've created Single page web app.
Now I wanted to add some of my jquery plugins into the project.But the straight jquery methods doesn't work.
And I googled and searched SO. One of the link. Plunkr doesn't work. Another link, but no documentaion.
And I couldn't find a documentation on including the plugins.
All I found was to create directive. And have some basic info on angular directives. But this basic steps are not good for me to get involved in creating custom directives to jquery plugins.
I'm trying to include jquery sparkline in my angular project. And found this. But I have no idea on how to use it.
- How can I include various other jquery plugins?
- How should I design my directive to include the jquery plugins?
- Is there anyother angular plugin available to do this, something similar to
highcharts-ng
?
Thanks in advance.