FrancisG-Massey / Capstone2016

4 stars 0 forks source link

Unknown errors on Web #181

Closed MrMJLee closed 8 years ago

MrMJLee commented 8 years ago

Web is having some errors when view traps link is clicked from the trapline page and when a trap is selected.

MrMJLee commented 8 years ago

This is the error message and it is not clear enough to debug since I am not using any recursion or loop. image

MrMJLee commented 8 years ago

Looks like it causes using with ng-class attributes, if I use normal class attribute, this error is gone. However breaks the page layout without using ng-class.

sam-hunt commented 8 years ago

Seems like there are a few similar issues on SO, might pay to take a look :)

MrMJLee commented 8 years ago

Will close this issue for now since I decided not to use ng-class attribute on trapline page.