Discussion on Multi Style AngularJS Responsive Admin Template | mAdmin

Discussion on Multi Style AngularJS Responsive Admin Template | mAdmin

Cart 1,282 sales
Well Documented

TheRubikThemes does not currently provide support for this item.

139 comments found.

What version of AngularJS is the template using? The last update released by you folks is end of 2014. What are the plans on updating this theme/template ??

Do you have a change log or list of features and enhancements you’re introducing in the new version? Do you have documentation you can share from your newer version? What angularjs version & bootstrap version will you be using in the new release? Are you modularizing your angularjs directives, controllers, filters separately or is it all in 1 big js file for the new release? Are you using bower for the new release?

We are testing newest version of jQuery, Bootstrap and AngularJS library based on their official site. The documentation was included in package file, currently there is no online documentation to share
We are still using bower and separating Controller, directive, filter to each file, the demo site is just a project that was build by Grunt task.
Thanks.

Thank you for the information. What is the anticipated date for release of the new version?

This template need to know Angular.js or I can work only with HTML, CSS and JS? Therefore, I will use in a java web application. Tks

Yes, you can work only with HTML, CSS and JS.
There are 2 versions for you.
Thank you for your interest.

i am planning to purchase this theme for creating my site, let me know 2 things 1. what components family tree use 2. is it available for angular version also or only html version

Hi,
Thank you for pay attention to our theme
1. Family tree use pure CSS and JS, not plugin.
2. Yes, this angular version is available, you can check it out here
Hope this help!

Regarding this comment (http://themeforest.net/comments/11360288) : It would be nice if you can give us a fix.

Hi,
We had researched this problem and we had found out other solutions but it’s not clear in topic github
We will consider this problem and give you a repair in the future.
Best Regard.

Hi, The angular version in the preview is not the same then the one I downloaded.

is there any issue ? or extra download ?

thanks

Hi,
Please post your problem in our support forum http://support.next-themes.com, our support team will help you.
Thank you!

Hello,

Could you please tell me how to implement slimScroll or other scrolling on the side bar? I would want it in 2 cases, 1 . only scrolling the side bar 2. scrolling the side bar + top bar fixed

I have tried your previous comment:
$('#sidebar').slimScroll({
        "height": '250px',
        "wheelStep": 30
    });
But it didn’t work for me …

Thanks

Hi,
You need to choose right object ( div ) to implement slimScroll, please try with parent or child of ”#sidebar”.
If you have any problem, please post and describe it on our forum http://support.swlabs.co our support team will help you.
Thank you!

Thanks, it worked.

Hi,

Whenever I refresh the main page (i.e. dashboard) of the sample app. I always get this jquery error in a browser’s console or firebug:

“Error: Syntax error, unrecognized expression: ./<url path> e.g. ./index”

I’m not sure if I can just ignore that error but it would be great if there is no error message like that in the console.

Hi,
Don’t worry about this message, you can ignore it.
It’s little complex to fix it, because you have to config ui-router module.
Hope this help!

Hi,

I using style2, green-blue theme but I don’t like gray as font color. I want to change it to black. Can you please help me what less file and css class I should change?

Thanks!

Hi,
You can change it in “css/global/_variables.less” file, find and edit code below:
@text-color:            #777;
Hope this help!

Yep. Thanks!

dear i want open chat box for always tell me setting for it

It’s strange issue, what version do you use ( HTML or Angular ) and which page does it happen?
Please provide for us more information.

I m using html version. I integrated it with asp.net site. It is happening in every page

Could you please provide for us demo link of your project? So we can give you a best answer.

Hello,

The template is nice, good work! My question: I wanted to use angular 1.3.0 but met some issues with the left-pane animation; I tried changing the version of ui-bootstrap but I couldn’t manage to make it work (ui-bootstap up to before 0.13.0 are ok). Could you please advise me on steps to make angular 1.3.0+ work?

Thanks. Keep up the good work!

Hi,
We plan to update to lasest version of some plugins ( include jQuery, Bootstrap, Angular, etc… ) , but we need time to test all features & compatibility again. So I am sorry that we can’t give a ETA right now, hope you understand.
Regards!

Sure, actually it works ok right out of the box, I had just skipped the “calm down and read the readme file of angular-ui” part

Hi, I can’t find JS method to trigger the display of Modal. I’m using .show() but I don’t have the overlay. div id=”modal-alert” tabindex=”-1” role=”dialog” aria-hidden=”false” class=”modal fade in”>.../div Can you help me ?

Hi,
You need to use this method:

$('#myModal').modal('show')
You can read more at here
Hope this help!

Thanks you !!! :-)

You’re welcome! :)

Hello friend, I really like this template, but all tempates here seem to lack something that could put them in front of others. This one thing: I want to have a megamenu and I want to open new contents through ajax in new tabs in the same page understand? So I can load differents tabs and close them in the same page. Thats all I need, I will buy this template. Thanks

Hi,
Thank you very much for your interests in our template.
Unfortunately, currently, template does not support those functions, we will consider your suggestion in the future.

Hi i want to purchase madmin i like that panel. my question is can i get separate html files? because i want to convert all files to php and i want each and every file separate. please reply its urgent

Hi,

Yes, you will get separate HTML files. Each page have each HTML and JS separate file.

Hope this template will be useful for your projects. Regard!

Hi, I’m checking the demo of the template and I think I found a bug. When you are changing the theme, if you change “Header & Sidebar” to “fixed”, then “Menu styles” to “Menu style 3” and then “Theme style” to “Flat rounded style”, the left sidebar looks funny

Hi,

You’re right, the menu style 3 is not support fixed function. Thank you for your comments, we will upgrade later.

Hello,

Can I add the modal div to the HTML then open the modal by calling a javascript function? If so how?

Thanks.

Hi,

Absolutely yes, you can use this function:

$('#myModal').modal('show');
And read more here in “Method” section for more information

Hope this help!

Nice Template! Is it planned , this template for Asp.dot NET MVC to create ? I would be very happy if you would give me answers . Thank you

Hi tstechnik,

Unfortunately, we have other prior plans now. Thank you very much for your suggestion.

Hope this template is helpful for you.

Hello, I could not find a correct documentation about datetimepicker in this template. What is the name and version of this datetimepicker where is the docs of it? What configurations are valid for this datetimepicker? I could not configure it as I wanted. I want to use 24 hours format. Can you advise me?

To use multilanguage function, please embbed language js file, ex:

<script src="vendors/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ja.js"></script>
and edit init datetimepicker code:
$('.datetimepicker-default').datetimepicker({
  format: 'MM-DD-YYYY HH:mm',
  language: 'ja'
});
Hope this help!

Hello again, thanks for your reply. It also solved my problem.

There is something related to my previous question. Datetimepicker documentation in the page that you provided, doesn’t cover your datetimepicker fully or I’m doing wrong. For example: keepOpen property did not work in your datetimepicker component. How can I configure keepOpen property? Here is an example of my configuration:

$('.datetimepicker-default').datetimepicker({
    format: 'DD.MM.YYYY HH:mm',
    language: 'tr',
    showTodayButton: true,
    showClear: true, 
    stepping: 10,
    keepOpen: false
});
You’re right, we tried with “keepOpen” option, it’s not worked. When use datepicker, we found this solution:
$('.datepicker-default').datepicker()
    .on('changeDate', function(e){
        $(this).datepicker('hide');
    });
With datetimepicker, we think it’s hard to use “keepOpen” option because of many click events. We don’t want confuse the issues, in case you care about above solution, please read more here

Hope this help!

how to integrate my backend which was coded in nodejs since ur project already have the static server in the template and also routes

Hi,

AngularJS version need to run in server environment, we integrate node static module to save user’s time ( when develop template ). So you can run it with your project already, please try to direct to “app” folder when start your own server.

Contact us when you have any issues. Thank you!

hello friend …. I am using ANGULAR.JS how do I open the login screen out the same as html theme? .... because the login screen in ANGULAR.JS opens within the top menu and … I await help … thanks …

Hi,

We just provide HTML for login page.

1. You can use your own code to check login data and refresh page.

2. You use a seperate page to check login and redirect to project.

3. Use our recommend module in here

Thank you for purchased!

thanks for the answer !!! I am implementing the angular localhost more he does not open in google crhome on localhost … open only in firefox … I could tell me how do I open the angle in crhome? ... is any incompatibility?

You asked this question in previous comment, did you do follow as we guide. If it still not working, please send us some screenshots about your projects. Thanks!

hello friend …. I would like to teach me to turn the corner in crhome … because localhost in the angular theme does not run in crhome … only runs in firefox … await instructions … thanks

Hi, thank you for purchased!

Please run project on server environment. Use command line go on project folder.

Step1: type "$ npm install" to get required node modules.
Step2: type "$ npm install -g node-static" 
Step3: use command line go on "app" folder and type "static".
Step4: open your browser and access to "localhost:8080".
More detail, please read our document in download package file. Contact us if you have further question.

Hope this help!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey