Results 6 comments of Harshath

Bumping this issue again. I've encountered the same issue as well. I've got several simple templates related to a single module defined in a single html file, and all of...

Going through other open issues, I found that issue #31 is identical to this, so this can be closed.

This can be resolved if someone can create a new PR corresponding to #42 - or point me to some guide to contributing to this project, so I can do...

We're having a similar issue. I've put together a [plunker](https://plnkr.co/edit/mrVQfCMhagNQ6HXC1XA8?p=preview) to demonstrate the issue in the simplest form possible. **1. Adding new elements to a form does not mark it...

Yes, here's how: Ask the question on stack overflow. JK.. here's really how: ``` var ngHtml2js = require('ng-html2js'), fs = require('fs'); var filename = 'path/to/your.html'; var templateHtmlContents = fs.readFileSync(filename, 'utf8');...

At the moment, I have a perl script that adds an extra second to the arrival time at the next stop to get around this problem. I think since the...