Daníel B. Sigurgeirsson
Daníel B. Sigurgeirsson
According to the example code in the article at CodeProject, you should initialize the library like this: ``` var stringProvider = new ResourceStringProvider(Resources.LocalizedStrings.ResourceManager); ModelMetadataProviders.Current = new LocalizedModelMetadataProvider(stringProvider); ModelValidatorProviders.Providers.Clear(); ModelValidatorProviders.Providers.Add( new...
Does this library support Web API out of the box?
Thanks, this looks very useful. Have you got any idea how to update a SalesOrderLine?
Hi, It would be very nice if this directive would support toggling the bootstrap icons as shown here: http://getbootstrap.com/css/#forms-control-validation ("With optional icons"). I'm still not 100% sure how to do...
Hi, for some reason, I had to add the following line: wxyUtils.StopEventPropagation(event); to the goBack() function, otherwise the page was reloaded when the Back link was clicked. I'm using a...
Hi, I'm using Sublime Text 2 on a Windows 8.1 machine with Python installed. I get this error for every operation I try to execute, but points to different locations...
It would be nice if this tool had the option to detect differences in language files. Example: say the tool generates two files, for English and German: en.json: { "foo":...
It would be really nice to have support for the minDate and maxDate properties, just like the native library has. Also, if ng-change was implemented, it would be possible to...
I.e. the jsFiddle (http://jsfiddle.net/benzen/46E2E/) cannot find the correct files: https://rawgit.com/benzen/angular-bootstrap3-datepicker/master/example/css/angular-bootstrap3-datepicker.css etc.