0

i working with my first project with angular js

i want to use this template to create admin panel https://colorlib.com/polygon/metis/blank.html

and i add the css and js files also to index.html

i try to use directive to solve the problem and JavaScript in jQuery mobile not working unless I refresh but got problem the j query doesn't working until i refresh the page ??? any one have idea ??

georgeawg
  • 48,608
  • 13
  • 72
  • 95
Just E
  • 5
  • 4
  • When asking a question about a problem caused by your code, you will get much better answers if you provide code people can use to reproduce the problem. See [How to create a Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve). – georgeawg Jun 26 '17 at 17:09

1 Answers1

0

you can try AngularJS's jqLite which contains minimal required jquery functions

HARI
  • 406
  • 3
  • 8