I am attempting to create a Markdown to be used for hyperlinks. When I do this
Click [Here for search help] id1
Click[Here for UPD SpreadSheet] id2
it works as expected. and if I do this by itself
Click [Here for Year to date] id3
it works as expected.
However if I try to use all three together the program crashed and displays this error message
Fatal Error
[$rootScope:infdig] 10 $digest() iterations reached. Aborting!
Watchers fired in the last 5 iterations:
http://errors.angularjs.org/1.4.7/$rootScope/infdig?p0=10&p1=[] (https://socomm-gsaconn:5651/bundles/commons.bundle.js?v=15063:39)
Version: 5.4.0
Build: 15063
What am I doing wrong here??
Well that was silly I copied the Markdown and it did what is was supposed to do and rendered the HTML. So nobody could see my code. I was able to solve the problem by using the short URL for my Dashboard link that was crashing the app.
I uploaded a screen shot of the markdown that is now working