mxabierto / madison

(sin mantenimiento) Madison 2.0 - nos fuimos a mxabierto/participa
GNU General Public License v3.0
2 stars 1 forks source link

Los links de propuestas en el home están fallando #247

Closed defvol closed 9 years ago

defvol commented 9 years ago

En Chrome OSX hago click en algún link del home y cambia la URL pero no el contenido (será problema de RAM de mi Chrome? o es angular?)

screen shot 2015-05-28 at 8 10 08 pm

defvol commented 9 years ago

Me pasó también en Firefox

defvol commented 9 years ago

Al hacer clicks sólo se hacen requests a chartbeat

será que chartbeat está hijackeando nuestro onclick?!?!?!

screen shot 2015-05-28 at 8 18 43 pm

defvol commented 9 years ago

Quite chartbeat en local y sigue teniendo el mismo problema:

screen shot 2015-05-28 at 8 25 57 pm

defvol commented 9 years ago

ver el URL

screen shot 2015-05-28 at 8 30 14 pm

defvol commented 9 years ago

http://stackoverflow.com/questions/19773682/angularjs-a-tag-links-not-working

From the mailing list I got an answer:

Have you by any chance configured your $locationProvider to html5Mode? If yes this would cause your > problems. You could force it to always go to the url by adding target="_self" to your tag. Give it a shot.