Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "bilalhaidar"

Thanks guys!

Regards Bilal

Thanks Ismail. Well received.

regards Bilal

Hello, Now that a new release of the framework is out. How can I get latest changes and add them to my existing solution? I read somewhere it is not intended to be an upgradable framework, but given the fact there are new features and enhancements why not make use of them for my existing solution?

Thanks Bilal

Hi, I noticed now that there is an AngularJs version of Metronic. Are you using it? <a class="postlink" href="http://keenthemes.com/preview/metronic/theme/admin_4_angularjs/index.html#/dashboard.html">http://keenthemes.com/preview/metronic/ ... board.html</a>

Or which one are you using?

regards Bilal

Hi, I want to post on the Metronic theme forum, however, they requested the license code. I don't believe we have as users have access to that license, correct?

I am not sure you can help me.

There is a file called components-md.css, I believe, this is the CSS for Angular Material. There is a bug in the Angular Material Design and the fix requires upgrading the css and js files.

I want to ask, is that file a pure AMD or it is custom? If it is AMD, then I can simply replace the new CSS file on top.

Hope you can help on this,

Regards Bilal

Hi, I am using ui-bootstrap datepicker.

When the calendar appear, its shape is deformed due to css overrides by component-md.css. Is there a way not to let components-md.css affect the css for the calendar?

See attachment pls

<div class="form-group form-md-line-input form-md-floating-label no-hint">
                            <input type="text" ng-click="opened=true;" class="form-control" name="DateofBirth"
                                   uib-datepicker-popup="{{format}}" ng-model="vm.dob" is-open="opened" datepicker-options="dateOptions"
                                   close-text="Close" />
                            <label>Date of Birth</label>
                        </div>
                        <div>
                            <span class="help-block text-danger" ng-show="pocf.DateofBirth.$invalid && pocf.DateofBirth.$dirty">@L("InvalidDate")</span>
                        </div>

Hi,

I am using the daterangepicker as a single value not range.

I am seeing weird behaviour when form loads first time (as shown in the attachment). If later I select a date, it works fine.

<div class="form-group form-md-line-input form-md-floating-label no-hint">
                            <input date-range-picker type="text" options="vm.dateRangeOptions" min="vm.dateRangeOptions.min" max="vm.dateRangeOptions.max" class="form-control date-picker" ng-model="vm.dob" />
                            <label>Date of Birth</label>
                        </div>

Hello Ismail, Can you please illustrate more?

Some of the components used in Angular 1 are not angular components? So you can use bootstrap components in metronic for Angular 1

How to use them? I know I should include files (js, css), but if a component is jquery, how can I assign ng-model to it?

I saw something ui-jq, what is that? Does it allow me to use jQuery plugins in Angular? Is it the same thing you are referring to?

Thanks Bilal

Hello, This date picker is a bootstrap one and not angular.

Any idea if this same datepicker is available for angular 1.x?

Thanks

Seems the ng-include is failing silently with no hope to make it work.

However, with MVC, I could do something like this given I am using .cshtml views for Angular:

@Html.Partial("~/App/tenant/views/refdata/shelters/_createOrEditModal.cshtml")

This works perfect.

Question, can you please tell me, how does Angular capture a request for .cshtml (how does it deal with it) and how is i tbeing served on server? Maybe some references in the source code to look at and see how it works.

Regards Bilal

Showing 521 to 530 of 635 entries