Hello, I'm using your provider with an angular application that _doesn't use bower_ to manage its dependencies. I installed the file with `bower install Hypercubed/angular-marked` and copied the files to `app/vendor` and then followed your instructions. I'm not sure that I managed to load `hc.marked` properly because when I run my app I get the dreaded error: ``` Unknown provider: markedProvider ``` Here are the important bits of my application: - [App.js](https://github.com/I-hate-farms/hippopogram/blob/master/app/js/app.js#L27) - [index.html](https://github.com/I-hate-farms/hippopogram/blob/master/app/index.html#L69) where I added the js files - [angular-marked.js](https://github.com/I-hate-farms/hippopogram/blob/master/app/vendor/angular-marked/angular-marked.js) pasted to `app/vendor` **Do I need to explicitly load the `hc.marked` module?**