angularjs - Javascript is not working when ng-repeat is used -


i new angularjs , working on website. retrieving data rest services in page,i able display data using ng-repeat. problem have normal javascript functioning element in page. not working when include angularjs(ng-repeat). suggest me work on it.

well above see ng-repeat, can tell got fact you're binding click event on dom ready, , angular changing elements nullifies click listener. if you're using ng-repeat, should using ng-click handler events within controller. angular takes care of binding handler specified using ng-click @ proper time when element exists in dom. jquery has no place in if trying use angular.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -