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

Probably because of the "navigation overhaul" - there are some navigation leftovers `AdministrationRouteFilter` and `ExampleLayoutsRouteConfig`. Please fix, this slows down testing out pull requests like #81 considerably.

There is no need to provide a script that may fall out of sync. jQuery.Validation provides a way to modify the behavior: ``` (function ($) { var defaults = $.validator.defaults,...

To be fair not sure if this is an issue for this project or Glimps but as Glimpse is a popular add on to mvc thought it was worth raising...

Out of the box install to empty template does not add active class to nav list item. Does not highlight current menu item. In CurrentRouteMatchesName() method, html.ViewContext.RouteData.Route always assigns null...

Since the source for the NavigationRoutes stuff is no longer in the repo I cannot check to see if this is fixed, but it looks like it was still an...

In order to use this NuGet package, you must start from an Empty MVC 4 application - which does not have any of the OAuth / membership configured (as in...

enhancement

Hi, I've deployed the mvc sample on Azure and noticed that a dropdown-menu does not work on Azure, it does, however, work if the solution is deployed locally. The dropdown-toggle...

Bootstrap default templates ignore ScaffoldColumn() annotations. In my project I've corrected this by updating the VisibleProperties() extension methods with an additional where clause: ``` .Where(info => info.GetCustomAttribute(false)==null || info.GetCustomAttribute(false).Scaffold) ```

I have the code for this, only need to merge into this project. Please fix #82 so I can quickly run the tests again.

An exception is thrown if any of the functions in this controller are invoked more than once because the key already exists in the dictionary. The other issue here is...