btford/angular-markdown-directive

needs v0.1.1 tag for bower

coolaj86 opened this issue · 1 comments

At v0.1.0 in bower you have this line

var html = converter.makeHtml(newVal);

but in the repo you have this line

var html = newVal ? converter.makeHtml(newVal) : '';

Please git tag v0.1.1 and git push --tags so that the fix is available from bower.

I just pushed a 0.2.0 release. Thanks for pinging me on this though!