429 comments found.
EDIT – I fixed the issue by using manual git. Please ignore.
Hi, great theme. I just downloaded it and when using the Bower file I got a git clone error for the angular-bootstrap-nav tree.
bower angular-bootstrap-nav-tree#*
ECMDERR Failed to execute “git clone git://github.com/nickperkinslondon/angular-bootstrap-nav-tree.git -b master—progress . —depth 1”, exit code of #-532462766
I am using Visual Studio 2015 with built-in bower support.
Thanks 
Hey, I do have another question though. I am new to angular but I love the design that went into your dozens and dozens of components. Everything is very professional and polished. However, it’s pretty complex and I am trying to strip out everything to bare bones and slowly bring in things as needed.
My question is, what are your thoughts on using ng-controller in the views? After some research it appears that it is not a best practice and while I’m sure you had your reasons I’m just curious what your thoughts are if I decide to use this template for a production ready app.
Have you encountered issues of maintenance when using the ng-controller approach?
This is a good article venting on the frustrations it can cause. http://teropa.info/blog/2014/10/24/how-ive-improved-my-angular-apps-by-banning-ng-controller.htmlThanks!
Hey, truly I haven’t any reason to think about controllers in that wide range as I’m not developing production application, just template so I had no reason, also when I developed this template I had just started to learn angularJS.
However now I know that reccomended way how to write controllers is by “ControllerAs” syntax, you can read more about that way here https://toddmotto.com/digging-into-angulars-controller-as-syntax/
Hi,
Is it possible to change delete confirmation (in crud app) for un modal confirmation ? (I try do add modal confirmation when remove a todo)
I try to do somethings but it doesn’t work.
Do you have any ideas how to make confirm modal dialog ?
Thanks.
Hi,
I have used in one project this javascript library http://alertifyjs.com/ and it is working like a charm, you don’t have to use any directive just follow the examples from that page.
Great product and it was easy to set up following your instructions but the navigation menu is blank in the wide mode(using the default firebase credentials), though there is data and the small navigation links appear when the menu is compressed.
Also would be nice to see a demo page (crm?) using a tab or two.
Hey thats weird, no one has mentioned about this problem and I can see navigation menu in wide mode without any problems, what browser are you using?
Chrome – I’ll take a screenshot
Well let me send me that screenshot on sprattek[at]gmail[dot]com, thank you
Hi, Tattek. Nice Theme!
I’m wondering if you can help me with this.
I get a bug on the way responsiveness works, when using the Datatables.
On the angularized version, I’m getting an horizontal scroll and a overflow on Datatables when the window gets narrowed.
Could you check the bug?
Thanks.
#
Some details about the plugin and the bug:
This works fine:
Jquery plugin: https://datatables.net/extensions/responsive/examples/styling/bootstrap.html
AngularJS plugin: http://l-lin.github.io/angular-datatables/#/withResponsive
Minovate HTML way: http://www.tattek.sk/minovate-noAngular/tables-datatables.html
So the Bug is in: http://tattek.sk/minovate-angular/#/app/tables/datatables
I was thinking to change to your FooTable use, but i’m using Datatables in all views, so would be prefered to try to fix this first. I would expect to work like this: http://tattek.sk/minovate-angular/#/app/tables/footableHey, the easiest solution is to add special class to you table for example “dt-responsive” and then you can assign style to this class “width: 100%!important”
worked like a charm. Thanks a lot
Hey Tatek,
The CRUD app is an incredible foundation! Got it working fairly easily and have been extending it. As I build-out, am having an issue with your ‘user’ and ‘currentUser’ providers. If I try to bring them into my own controller, I’m getting an error
“Error: [$injector:unpr] Unknown provider: currentUserProvider <- currentUser <- PresenceCtrl ...
My controller definition is :
app .controller(‘PresenceCtrl’, [’$scope’, ‘FBURL’, ’$firebaseObject’, ‘currentUser’, ‘user’, function ($scope, FBURL, $firebaseObject, currentUser, user){ ... }
Your ProfileCtrl, they work just fine.
Any idea where I should be looking? Looks like you define them in security.js…
Thanks in advance.
Simplifying : how would you recommend we get the (firebase) uid of the currently auth’d user?
nix this thread : solved it.
Hey, sorry for delay….happy that you solved it, thanks.
Hi.
I just bought this and i uploaded to my FTP and it won’t work.
I uploaded everything from under admin\angular\app\minovate\app\
What should i do with the 404 errors, why it isn’t work???
Hey you have to upload builded version of app from folder “admin/angular/dist” and there you can choose “compiled” or “uncompiled” folder
Hi.
I just bought this and i uploaded to my FTP and it won’t work.
I uploaded everything from under admin\angular\app\minovate\app\
What should i do with the 404 errors, why it isn’t work???
Hi i getting Error: ENOENT: no such file or directory, rename error
Hey, in which command?
I just bought this cool template but got a trouble with the firebase initial data. could you provide the json file, please? my side navbar are empty because of them?
Hi this is the original json file -> https://resplendent-heat-5958.firebaseio.com/.json/
building distribution version comes with the following error (the codebase is has not been touched). Any idea which file is causing it? Looking forward to fix 
? minovate grunt serve:dist Running “ngAnnotate:dist” (ngAnnotate) task Generating ”.tmp/concat/scripts/vendor.js” from: ”.tmp/concat/scripts/vendor.js”...ERROR >> error: couldn’t process source due to parse error >> Deleting local variable in strict mode (240056:59)
Looks like problem is at Raphael. oldRaphael.was ? (g.win.Raphael = oldRaphael.is) : delete Raphael;
Bower has installed version 2.1.4 here. I see you have already compiled dist version. What version of Raphael did you use? Perhaps updating the bower.json accordingly?
Hi, in original there is 2.1.4 version used also…..did you still getting this error?
Not merged yet though.
Got 2 bugs to report,
1. At #/app/forms/common the WYSIWYG editor at the bottom is bleeding outside the container. Looks pretty ugly. A fix would be appreciated.
2. Also, at #/app/dashboard at the appointments widget the month goes outside the container on laptop or smaller screens. Responsive text fix would be nice and very appreciated.
Looking forward to fixes!
Thanks for reporting, I’ll fix this in next version
Hello,
Is there a way to get a gulp version instead of grunt?
Do you think it is easy to use it with a laravel backend?
Thanks
Hello, unfortunately I have no knowledge about gulp and laravel backend
Hi;
We just bought your them. I was wondering to use the CRUD application.
I couldn’t make it work with my own Firebase account. After changing the url on the scripts/config.js file; i could’t build a structure and a first user to pass the login.
It’s possible if you share documentation or an example of the firebase structure on your: .constant(‘FBURL’, ‘https://resplendent-heat-5958.firebaseio.com/)
Not only the users, add also how you manage a CRUD module resources (Categories, Products, Orders, etc).
By the way, how can i use the yeoman generator to buil a new CRUD module (like “Deliveries”), and that i get all the html, js and css automatically.
Thanks!
Hey ! Thank you for this job, the theme is very good! But can you please work on the tile full screen? I very don’t like this kind of full screen. I prefer something like a lightbox or a fancybox, or something like modal. Can we do it? Can you do it?
Thsnks, AlexL
Hey, I can take a look on that for next version
CRUD is very great stuff, thanks! It is possible to transform it more to AppStyle, means one column more in content and list-detail in one view ? every column with this slim scrollbars ? Hope you understand what iam meaning
Thank you, unfortunately there are no plans to change CRUD application layout at least for now.
Setup worked perfectly. Kindy tell us the procedure to create a new form . I created a clone of validate.html in forms and added it to nav.html but it didn’t work well. Step by step procedure would be great and will enhance the documentation
Hey, you have to create route in app.js file
Hey Tattek, I bought a license a few months ago. Love this template.
Working on a gallery that needs to bring up images which are being loaded asynchronously. In other projects, I’ve used masonry with imagesLoaded to handle this feat. With the tools in Minovate, how would you recommend approaching building a simple responsive grid of images that updates as the content loads async?
Thanks in advance!
Hey,
there is masonry directive implemented so you can just use it for your gallery, “imagesLoaded” is there used as default option, you can take a look for more info on their documentation here https://github.com/passy/angular-masonry
I’ll give it a look. Thx!
Hey Tattek,
Thanks for the angular-masonry idea, works great. Other questions (before you leave), saw you just posted an update to the theme. Are there change notes? I’m not finding them…
Hey, you can check changelog at the bottom of item description here on themeforest. Thanks.
(facepalm) thx : ) enjoy your away-time.
No problem
, thanks and enjoy yours x-mas time also
Hi there, thanks for the great work! I was hoping to get rid of the /app/ in my URL path so I deleted all references to “app” in the app.js folder. This worked fine and I can still see my dashboard. However, I now do not see the main header and navigation bar. Any idea what I overlooked? I can’t even tell how you were getting those into the main view. Thanks!
Hi,
you could just remove “url” parameter from app route in app.js file
.state('app', {
abstract: true,
url: '/app',
templateUrl: 'views/tmpl/app.html'
})
also remove “app” from otherwise route
$urlRouterProvider.otherwise('/app/dashboard');
Hi, I have purchased the Minovate template in June but was new to it and couldn’t use it much. But now i really need to use this. I have tried all the setup methods mentioned in the document, node, bower , grunt etc. But when i run the application, it doesn’t display right in the brower. Header is taking all the space and styles are all off. Please help me with what I am doing wrong! Secondly I want to use some features from Material Ui folder, but the one I have doesn’t show that folder or elements inside of it at all. Please let me know where can I find that folder. Will really appreciate your help.
Regards,
Karen
Hello,
if you haven’t redownload new version then there should be missing Material UI folder, if you have a fresh version downloaded it should be placed here:
Views: “admin/angular/app/minovate/app/views/tmpl/material” Contollers: “admin/angular/app/minovate/app/scripts/controllers/material”
To your problem, it seems like there is a problem with compiling sass to, did you received any errors when you run “grunt serve”? Did you run successfully all steps from documentation section “Sass”?
Hi,
Yes I ran all the steps to run Sass successfully. This is the what I get after I run grunt serve:
Loading “imagemin.js” tasks…ERROR >> Error: Cannot find module ‘ansi-regex’ Loading “cdnify.js” tasks…ERROR >> Error: Cannot find module ‘ansi-regex’
Running “serve” task
Running “clean:server” (clean) task Cleaning .tmp…OK
Running “wiredep:app” (wiredep) task
Running “concurrent:server” (concurrent) task
Loading “imagemin.js” tasks…ERROR >> Error: Cannot find module ‘ansi-regex’ Loading “cdnify.js” tasks…ERROR >> Error: Cannot find module ‘ansi-regex’
Running “copy:styles” (copy) task Copied 1 files
Done, without errors.
Execution Time (2015-12-10 08:03:11 UTC) loading tasks 7ms ???????????????????? 41% copy:styles 10ms ???????????????????????????? 59% Total 17ms
Running “sass:dist” (sass) task
Running “autoprefixer:dist” (autoprefixer) task File .tmp/styles/main.css created.
Running “connect:livereload” (connect) task Started connect web server on http://localhost:9000
Running “watch” task Waiting… >> File ”.tmp\styles\main.css” changed. Completed in 0.000s at Thu Dec 10 2015 00:03:20 GMT-0800 (Pacific Standard Time) – Waiting…
Hmm maybe something went wrong with npm install, please upgrade your node to latest version if you have not it, then run “npm install -g npm” to update npm and try to run “npm install” again in app folder, if that won’t help try to install package “ansi-regex” manually with command “npm install ansi-regex”
Hi,
I manually installed the package and now I don’t see any errors, but it still doesn’t display correctly. Don’t know what am I doing wrong 
Am I using the correct path?
C:\docs\minnovate\admin\angular\app\minovate\app>grunt serve Running “serve” task
Running “clean:server” (clean) task Cleaning .tmp…OK
Running “wiredep:app” (wiredep) task
Running “concurrent:server” (concurrent) task
Running “copy:styles” (copy) task Copied 1 files
Done, without errors.
Execution Time (2015-12-10 08:30:39 UTC) loading tasks 5ms ?????????? 19% copy:styles 20ms ????????????????????????????????????? 77% Total 26ms
Running “sass:dist” (sass) task
Running “autoprefixer:dist” (autoprefixer) task File .tmp/styles/main.css created.
Running “connect:livereload” (connect) task Started connect web server on http://localhost:9000
Running “watch” task Waiting… >> File ”.tmp\styles\main.css” changed. Completed in 0.000s at Thu Dec 10 2015 00:30:47 GMT-0800 (Pacific Standard Time) – Waiting…
Yeah, path is fine, please check at index.html file if bootstrap css and js files are included.
No, they are not
Ok that’s the problem, please check in your bower_components folder if there is bootstrap downloaded, if yes check your bower.json file on line 83 there should be bootstrap overrides, at the main there are two paths for css and js file and check if they are ok as you can find that files at “bower_components/bootstrap”
Hi, yes, there is a bootstrap folder in bower_components. But I don’t have overrides for bootstrap on line 83. I have jquery overrides at line #64: “overrides”: { “chosen”: { “main”: [ “chosen.jquery.min.js”, “chosen.min.css” ] bootstrap is in dependencies at the top and in app paths at the bottom of bower.json.
But I did notice that inside the bootstrap folder in bower_components, there are 2 bower.json files.
Weird, are you sure that you have latest version of template downloaded? There should be bootstrap overrides at bower.json file, you can add it on your own if you wish:
"bootstrap": {
"main": [
"./dist/css/bootstrap.css",
"./dist/js/bootstrap.min.js"
]
},
anyway I reccommend to download latest version from themeforest
Hi, thanks a lot for your help! Adding this also didn’t solve the problem. I think i need to get the latest version of template. Thanks!
Dear Author Minovate
i saw at this page
http://tattek.sk/minovate-angular/#/app/tables/ng-tableif the number per item set very large (100), the pagination will disappear and the table and location of the number of item will be misplaced. is this the expected behaviour?
Thank you very much.
Hey, it’s normal that pagination dissapear when you select 100 items per page and there is not enough items for pagination, however I have to fix misplacing of buttons after that. Thanks