vascowhite / todo_txt

todo.txt for owncloud
0 stars 0 forks source link

Doesn't work with asset pipeline enabled #4

Open vascowhite opened 8 years ago

vascowhite commented 8 years ago

It seems I'm not the only one having this issue:- owncloud/music#434 owncloud/tasks#290 (Although this works fine for me on both testing and production).

There seems to be a connection between asset pipelining and angularjs.

Chrome dev tools console gives the following error

Uncaught SyntaxError: Undefined label 't' a9334755d3e4d640585bdf8f6cc49c7d.js:864

The referenced line number seems to be in core js code, although it is hard to tell when it is minified.

vascowhite commented 8 years ago

Fixed in core? and https://github.com/owncloud/core/issues/23605