I followed this video https://www.youtube.com/watch?v=nz8lAKHBgJY to be able to use sevensegment.js jquery plug with angular. the first step was to include jquery before angular even before starting to integrate knob( as the example in the video). but the angular is already does not work. when i added jquery (> 2.1) with angular ? 1.3 i got the expression code instead of the data
<script src="js/Angular/angular.js"></script>
<!--<script src="js/Angular-route/angular-route.js"></script>-->
<script type="text/javascript" src="js/angular-router-ui/angular-ui-router.js"></script>
Example: cdata.StartMeasure}} {{cdata.StoppedMeasure}}
my target is to use sevensegment.js with angular and i think the way to do it is to build a directive for it like David showing in the video , but i am already failed with the first step. if i remove jquery my angular code working fine ( working under Node.js)
Thank you.