Base solution for your next web application

Activities of "stephenos"

Hi,

Kindly help resolving the following issues when we are working with AspNetZero.

  1. We are developing MPA application, we need to use angular js for some of the requirements, i tried bundling angular.js library in MpaBundlingconfig.cs. We are facing issue with left menu expand and collapse when we bundle angular.min.js library, it just hangs doesn't expand. Kindly suggest us is there anything else that i need to do to work with angular.js.

  2. Please provide the guidelines for getting datepickers and select2(multi select) components. we tried few ways to get it but we failed. We tried by applying the class

<div class="form-group form-md-line-input form-md-floating-label"> <input class="form-control@(Model.Holiday.Date.ToString().Equals(DateTime.MaxValue.ToString()) ? "" : " edited") datepicker" type="text" name="Date" value="@Model.Holiday.Date" required> <label>@L("Date")</label> </div>

Showing 1 to 1 of 1 entries