Marijn van der Zee
Marijn van der Zee
fwiw I noticed that if you draw a longer edge, the signal needs more time to travel the edge. Not quite a delay but perhaps something you can use in...
:+1: Please also take #86 into account; and where possible keep the api backwards compatible for those who will do an occasional `Update-Package twitter.bootstrap.mvc4`.
For #58 the an explicit parent route property was introduced, this parent is used to recursively build the breadcrumbs. This is closely related to the navigation routes. ATM it's not...
I'll post an example how to do this later today (not at all difficult); not sure if it should be part of the project though. IMO there's no "problem" regarding...
The `HomeInputModel.StartDate` is annotated with `DataType.Date`, which renders [an input typed `Date`](http://stackoverflow.com/a/12634470/322283). Some browsers render a datepicker, but some others don't. If you want to guarantee a date picker, you...
@plwade - I don't think support for custom editors should be added to this project. If you agree and the above approach works for you, please close this issue.
:+1: I'm not sure what the `Update-Package twitter.bootstrap.mvc4` will do if `BootstrapBaseController` is unmodified. It might remove the file, possibly breaking client code. Please check this and handle it gracefully.
Good point. The net data annotation `[Display(AutoGenerate=false)]` is not supported by the bootstrap shared views yet (#83), but should be. I guess `[Display(AutoGenerate=false)]` should be checked too when generating the...
Please note that I have pull request #29 open with significant changes to the templates; consider adding your changes on top of that.