0

I have found a strange issue where if i add Jquery above the angular js, bootstrap color picker stops displaying the colors. In my index.html

<script src="assets/libs/jquery-1.12.4.min.js"></script>
<script src="assets/libs/angular.min.js"></script>

I am doing this so as to use custom scroller (nanoscroller) where they require Jquery to be initialized before angular. Can you please help ?

Aman Gupta
  • 1,764
  • 4
  • 30
  • 58

1 Answers1

0

It might be the issue with jQuery compatibility.

Try loading the compatiable version of jQuery from here

Gangadhar Jannu
  • 4,136
  • 6
  • 29
  • 49