Discussion on Minovate - Angular Admin Dashboard

Discussion on Minovate - Angular Admin Dashboard

By
Cart 2,223 sales
Well Documented

Tattek does not currently provide support for this item.

429 comments found.

Hi, thinking about buying your Theme. Would it be possible to make widgets (elements of the dashboards) sortable by the user? Not asking if you could do it, just if this would be straightforward by adding jQuery UI and .sortable to the widget? I need users to be able to drag widgets around the dashboard. Thanks

Ps. Theme looks awesome

Yeah there are portlets usage example under UI Kit, they are draggable.

2 questions ( i’m french) sorry for my bas english >> for login page How redirect page if we are not connected with login/pass … for exemple if i know the page is www.minovate/#dashboard .. il y paste direct this url i can see page .. ? how i do with angular to secure Login?.. >> How i can control the loading .. for exemple i use table with many informations how i do to control loading when i went ?.. i do not found anything ?

This theme is using ui-router for routing so you can find informantions about routing it on it’s page.

Which loading to you mean? Loading after tile refresh or what?

Hi, i would like to dinamically mount the advanced table. how can i call this outside (from other function)?

.controller('AdvancedDatatableCtrl', function ($scope, DTOptionsBuilder, DTColumnBuilder) {

its only loading when the page loads but i need to mount it after i call one api with fields name as i need to call it dinamically. anyone know how to do that? i dont want to put fixed values.

Hi, sorry I’m afraid that I’m can’t help you with that.

Hi Tattek,

I’m working on the charts [FLOT chart] and want them to update when date is changed. I’m fetching data from an API and thinking of using a http call [$http] to fetch JSON data from the API and then updating that JSON into the charts.

Can you please tell me how can I send that http request to my API with the selected date parameters in it and as soon as JSON is received, update the charts. I’m currently using version 1.2 [uncompiled].

Thanks in Advance.

Hi,

I need to know does your product support Mail integration with gmail? How does the email pages work?

If you pass the incoming and outgoing mail server details will it integrate automatically or will I have to pull in PHP mail library?

Also what about chat, if we integrate our chat engine there will be no issues is that correct?

Awaiting your reply

Thanks and regards, Amit

Hey,

I’m afraid there is no backend or php script intergated for mail or chat, so you must do that on your own. The most of template is just static html powered by angularJS.

Thanks

In the ‘other pages’, you should really include a blank page. A page that has the minimum required to properly load and show the menus. Hard to pick apart what is required and what has been added on when you are getting your actual pages put together. If you could start from a blank page, that would be much easier.

Otherwise, its great.

Oops forget that. I just came across the layout page options. Assuming that is it.

Yeah, you can find blank pages in layouts.

Hi, where to find icons in psd. I am not able to access the icons and other cards. Please if posiible can you provide psd for each pages as shown in you demo dashboard including timeline and other features

In PSD is used font awesome icons so you need to have installed this font to display icons in PSD. I can’t provide psd for each page as I don’t have it.

please try for at-least i don’t have any way to access it

Hi, Which controller is bound to the header.html file?

Hmm I think there is only main.js controller bounded to header.html

Does it support russian language?

Hi, no at this stage there is no multi-language plugin, but it’s very easy to implement.

Prosím, zapnite zástr?ku na ruskom! :-)

Yeah, it’s planned for version 1.5

Hi,

I have bought this template and it is working fine on my windows environment by following the instructions that you provided in the documentation.

I have done the same steps on a Ubuntu(EC2 instance) but template does not appear correctly. I do not get any errors either in the console or while running it through grunt. Everything seems correct but the page is not appearing correctly. Looks to be a problem with css but I cannot figure out what it is. Can you please help?

Hey, I’m afraid that I have no idea where is problem from your description. You can check if is css file loaded properly and if sass is compiling without any error.

Hi I bought the template and I wonder if I could use the template with a visual studio project?

Hi, I’m afraid that I have no idea.

I was going through to validate my specific requirement with this template, noticed (while in RTL version) under UI Kit >> Portlets layout overlaps.

Will it be easily fixable?

FYI: using latest Chrome (Version 43.0.2357.81 m)

Thanks

RTL layout is not app-wide setting, it’s just an example page. If you want to check RTL version of any other page you need to add class ‘rtl’ to body and html element. After that it seems ok, just few minor fixes as portlet heading postition to left.

Can you tell me what calendar technology you are using? I like this theme and want to use it for a project that requires some extensive calendar functions. Is there any documentation for the calendar function?

Hi there is fullcalendar plugin used https://github.com/angular-ui/ui-calendar

Hi in FormWizardCtrl i put in the input ng-blur=”change()” the input have ng-model=”name”.

In the function: $scope.change = function(){ alert($scope.name) = undifiend }

Thanks

Hmm…I’m afraid that I don’t understand very well what the problem is.

On question i want know in upload file or image crop the name of the image uploaded… because in my admin system i create an order with multiple information and 2 images .. sur after upload or .. it’s not exactly a minovate question but a angularJS question .

I’am french sorry if my question is not very clear

Hey,

for upload file you can see at form-upload.js controller all available callbacks so you can receive file name of uploaded file via one of callbacks.

For image crop you can edit form-img-crop.js controller, in handleFileSelect() function you can pass file variable into your $scope , you can easily test it if you paste console.log(file) into this function.

i want rename the picture uploaded .. who i do ?...

I think you would need to do that somehow before uploading file, so in one of the callbacks.

Hi,

I am trying to deconstruct your theme so that I don’t need to use grunt, and bower. Currently i have it to the point where the lazy load is working, but it isn’t loading up the actual admin stuff. Do you have any times on how i can reverse engineer this? Ideally I would like to keep the front end angular but i am using Laravel for the backend framework.

Thanks, Brian

Hey, you don’t have to use grunt and bower if you don’t want. But you will have to include all bower dependencies into your file structure and attach them into your index.html file so every dependency can successfully load.

Hi

In admin theme header, there is a button to control left navigation, totally 3 layouts, sidebar, sidebar-sm and sidebar-xs. Could you please help me by default how to set it to sidebar-sm (present default is sidebar). I am interested in sidebar-sm and sidebar-xs. Please help me to fix that .

Regards

Add this line into your route containerClass: 'sidebar-sm-forced sidebar-sm'

Or if you want it app-wide just add these classes sidebar-sm-forced sidebar-sm into your body and html elements.

Thank you Tattek. Your solution is working great and bu default i am getting sidebar-sm.

Is it difficult to remove “sidebar” option, as i need only sidebar-sm and sidebar-xs. Presently we have 3 variants, sidebar, sidebar-sm and sidebar-xs.

Regards

I purchased it them But how possible Show Dashboard?

Please follow documentation, everything about how to run this dashboard properly is there.

Hi,

as we have seen in your documentation, we have to code all in /app folder, then recompile with grunt to see the actual view of the webpage in the /dist folders.

As we’ve seen every “grunt build:dev” is quite slow so we have to wait few minutes to see the results.

Is this the correct way to develop in your project or there is a faster way to see the web page without the build process?

We are used to code in WebStorm as we can see the result in seconds without building it every time.

Thank you

Hi, yeah you can use ‘grunt serve’ to run local server with livereload. Use grunt build on your final product which you want deploy.

Do you have a pure HTML CSS3 version of this template? I am still not Angular “friend” LOL

Working on it, it will be released with next update somewhere in June.

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