twitter.bootstrap.mvc icon indicating copy to clipboard operation
twitter.bootstrap.mvc copied to clipboard

nuget package to make bootstrap easy with mvc4

Results 27 twitter.bootstrap.mvc issues
Sort by recently updated
recently updated
newest added

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

Model pseudo-code: [Key] public long AnythingDifferentFromId { get; set; } Breaks at line 49, ViewHelperExtensions.cs : return model.GetType().GetProperty(model.IdentifierPropertyName()).GetValue(model,new object[0]); with exception: Object reference not set to an instance of an...

bug

Eric, can you suggest how to use MapNavigationRoute if I want to have ru/en/es in my route. Thank you!

question
1 - Ready

I seem to be in a no win situation here. Editor/EditorFor does not render html attributes (namely the class attribute) so the view appears to be incorrect in its usage...

bug
wontfix
1 - Ready

"NavigationRouteConfigurationExtensions" generate incorrect url when a action in HomeController (different from index) is added. File NavigationRouteConfigurationExtensions, method CreateUrl. Patch: public static string CreateUrl(string actionName, string controllerName) { if (controllerName.Equals("home", StringComparison.CurrentCultureIgnoreCase))...

I run most of my tests using the sample package, so I only just noticed that there is a packaging error - we can no longer simply add all files...

I am using @Html.ValidationSummary(true) but it is rendering in its default div/ul/li styling. I don't have any integration with LESS yet, so the solution at http://stackoverflow.com/questions/13867307/show-validationsummary-mvc33-as-alert-error-bootstrap is a good option...

Currently _html5shiv.cshtml has the following incorrect markup the line ``` ``` it should be ``` ``` I couldn't find the source for the dependency Html5Shiv to fix so I'm reporting...

- [x] Lift and shift navigation routes into the new reop - [x] build a nuget package and build for the navigation routes - [x] consumer navigation routes package dependency...