angular-markdown-directive
angular-markdown-directive copied to clipboard
showdown.js should be in too of bower folder
Running "bower-install:app" (bower-install) task
showdown was not injected in your file.
Please go take a look in "app/bower_components/showdown" for the file you need, then manually include it in your file.
I got the same message.
I think this is really an issue for Showdown to add bower support...but that repo isn't being maintained.
If you manually create a bower.json folder inside bower_components/showdown, and add the following you should be able to get it to auto-install:
{
"name": "showdown",
"version": "0.3.1",
"main": "./compressed/showdown.js",
"description": "Restful Resources service for AngularJS apps",
"repository": {
"type": "git",
"url": "https://github.com/coreyti/showdown.git",
"web": "https://github.com/coreyti/showdown"
}
}