Thursday, October 16, 2014

bxSlider and anchor tag doesnt work properly in angular js. It doesnt allow other controls to get the scope variables.



This is not working , when using bxSlider and angular js. Need to find why this is happening.

                 li
 a tag
                        img alt="Philips 22PF3958 22 inches LED Television" src="http://localhost/VBuyPictures/Philips_22PF3958 _V7_22.jpg" itemprop="image"
                    end of a tag
 Other elements are not able to access the scope. is the issue

               
The bxSlider has issues when using with Angular JS. I couldn't access the angular js scope variables after anchor tag

TypeError: Unable to get property 'childNodes' of undefined or null reference
   at compositeLinkFn (http://localhost/VBuy/Scripts/angular.js:6101:13)
   at compositeLinkFn (http://localhost/VBuy/Scripts/angular.js:6101:13)
   at compositeLinkFn (http://localhost/VBuy/Scripts/angular.js:6101:13)
   at nodeLinkFn (http://localhost/VBuy/Scripts/angular.js:6698:24)
   at compositeLinkFn (http://localhost/VBuy/Scripts/angular.js:6098:13)
   at publicLinkFn (http://localhost/VBuy/Scripts/angular.js:5994:30)
   at link (http://localhost/VBuy/Scripts/angular-route.min.js:7:388)
   at nodeLinkFn (http://localhost/VBuy/Scripts/angular.js:6704:13)
   at compositeLinkFn (http://localhost/VBuy/Scripts/angular.js:6098:13)
   at publicLinkFn (http://localhost/VBuy/Scripts/angular.js:5994:30)


Related links
https://github.com/angular/angular.js/issues/5069

https://github.com/angular/angular.js/commit/b7a54497b51061d0f5d9ae74b74f5dd7c8eae51d

https://github.com/angular/angular.js/issues/2532


No comments: