Discussion on Angulr - Bootstrap Admin Web App with AngularJS

Discussion on Angulr - Bootstrap Admin Web App with AngularJS

Cart 7,816 sales
Well Documented

Flatfull does not currently provide support for this item.

1480 comments found.

Hi,

First of all congrats by the theme, is simply wonderful!

Is there plans to work with yeoman? Or an easy way to make compatible with it? The livereload, grunt tasks for minification, etc, are all very good tools that i miss with this theme.

Thank you

Hi, this theme does not use yeoman generator. but you can use the grunt and bower, the gruntfile.js, bower.json and package.json files are included. and included some tasks js like(minify, concat, less to css, copy, bump).

Thanks

I came across a really cool set of retina-compliant animated weather icons maybe they could be used in a weather widget?

http://codepen.io/noahblon/details/lxukH

Hi, thanks for this suggestion. i will add this. Thanks

Could you implement a mega menu like the one here? : http://bigmedved.ru/orb/admin-megamenu.html

I will add one, Thanks

Thank you :)

You are welcome :)

First of all thanks for Awesome template. I tried to build my navigation based on nav.html but when I click on a list item with childs then its not toggling the child list. How ever, with aside folded it toggles with hover. Can you tell me what is the base of this toggling ?

use the ui-nav directive. <nav ui-nav …>

Is there any step-by-step instruction to using this template with this generator: https://github.com/DaftMonk/generator-angular-fullstack ? Or even how to use Grunt file, etc? I’m new to web dev, self-taught… need a little help! Love the template. Thanks

Actually this theme is not generated by Fullstack. so no step by step instruction.

how to use the Grunt http://www.gruntjs.org/ For this theme.
go to the project root folder
> npm install                 (install packages)
> npm install -g grunt-cli    (install grunt command)
> grunt bower-install-simple  (install bower dependencies)

> grunt build:dev             (less to css, copy js...)

Thanks

Perfect thanks. The last step is what I needed.

and there are some other grunt tasks in the “grunt” folder. you can find the these plugins documents on https://www.npmjs.org/

Hi,

I want to know that can you convert the following template for Joomla 3.x? And how much would be the price?

Thanks

We do not work on Joomla, maybe you can find on Envato Studio

Thanks

I think there is a bug, when I open a page with a table wich is larger then the page size, it should be with a button to enlarge. Once I reload the page it works correct

It’s the Footable plugin bug. will fix in next update. Thanks

thanks

Hi, Just tested on your server(iPhone5s and Nexus5). there are 2 pages:

http://cmr.robintimman.nl/cms#/app/pages/active/ have a css problem.

but http://cmr.robintimman.nl/cms#/app/pages/all/ works fine.

but they are almost the same. wired.

Hi, your product seems great, its just one thing here, I dont want to use angular, I would like to use normal HTML with your styles, do you have some easy example with just HTML usage? Thank you for answer

Hi, a angular-stripped.html added. http://flatfull.com/themes/angulr/angular-stripped.html , it[s pure html/css, no angular now.

Thanks

Hi, thank you very much!!!

Anytime. :)

HI… Your work is very good…. I want to implement in my Sencha ExtJs app… Yuor theme is compatible with Sencha?

I found this https://market.sencha.com/extensions/bootstrap-theme for compatibility issues.

Thanks in advance!!!

http://stackoverflow.com/questions/16870145/bootstrap-theme-for-sencha-gxt

i do not think this theme is compatible with Sencha.

Thanks

Hello, I think there is a bug with IE11:
  • Open the Template (Dashboard V1)
  • Click the ‘full screen’ menu button
  • there is no scrollbar to display the bottom of the Dashboard
Works well with Chrome

++ Jérôme

hmm. http://sindresorhus.com/screenfull.js/ the official site does not work either.

Will disable it in IE in next update.

Thanks

Hello,

I just bought this theme. So far I like very much how it looks. I was hoping to find some documentation on how to get started. Is all your documentation at http://flatfull.com/themes/angulr/#/app/docs or are you able to provide something like a “Getting Started” guide?

Thank You!

If you know AngularJS, it’s easy to get started and extend it. You can lean it from AngularJS

then you can start from js/app.js, js/controllers.js, js/directives.js

Thanks

Does this theme have Tree View or any sort of folder mgmt?

i was looking for more of a tree folder view that looks like a file mgmt system to organize and create folders to save files and reports.

Have you considered add a front end to this like this theme:

mAdmin – Multi Style AngularJS Admin + Frontend

where if we gave this backend to the users to manage their business they could also create a front end website for themselves and manage it all from one admin site instead of having to get a wordpress page for their website separate system from admin. Just a thought. It would provide alot of value to both people to purchase your theme and to also sell it to their customers as well.

Yes. front-end will be added in future update. it also be powered by angualrJS. it’s planed.

Thanks.

hi, i love this template. i bought it and i hope to create a great template. But i’m a new entry in the world of angularjs, can you create a file with a brief of the funciton of every file contained in the template? i need to create a whole new template using your compontes. where can i start? thank you

First of all, you need to learn the AngularJS. the controller, directive. service…, there are many articles about how to learn it.

then you start with the app.js. AngularJS using dependency injection. so when you got a controller/directive/service, you will see what it’s dependencies. all the dependencies have their own documents.

eg. if you want to how it routes. you can get the documents ui-router

if you want to know how it translate for international. it’s angular-translate

Thanks

Very minor thing…

On the navigation sidebar li.line.dk doesn’t have a border-right specified so it causes a small break of whitespace in the sidebar border.

do you want a right margin? li.line.dk.w-auto.m-r-sm

Hi, This template is AWESOME, but do you maybe know if there’s is support for login by api? I tried combinate it with other scripts, but didn’t work well, I am willing to pay more if necessary.

nvm got something running, tnx!

hi, how to refresh the plot, I set the new data to ui-option, but the chart isn’t refreshed, could you provide a method, thanks.

Hi, the part of code like following, when controller change the data(data.bandwidth), and I use chrome inspecting the html to verified, but the plot graph display white(empty), please help to check, thanks a lot. ** <div ui-jq=”plot” ui-refresh=”data.bandwidth” ui-options=” [ { data: {{data.bandwidth.inTraffic}}, label:’Input’, points: { show: true, radius: 1}, splines: { show: true, tension: 0.4, lineWidth: 1, fill: 0.8 } }, { data: {{data.bandwidth.outTraffic}}, label:’Output’, points: { show: true, radius: 1}, lines: { show: true, fill: true, fillColor: { colors: [{ opacity: 0.1 }, { opacity: 0.1}] }} } ], { colors: [‘{{app.color.primary}}’, ‘{{app.color.info}}’], series: { shadowSize: 3 }, xaxis:{ font: { color: ’#a1a7ac’ } , position: ‘bottom’, ticks: {{data.bandwidth.ticks}} }, yaxis:{ font: { color: ’#a1a7ac’ }}, grid: { hoverable: true, clickable: true, borderWidth: 0, color: ’#dce5ec’ }, tooltip: true, tooltipOpts: { content: ’%s of %x.1 is %y.4’, defaultTheme: false, shifts: { x: 10, y: -25 } } } ” style=”height:225px”>

the ui-refresh is not a deep watch. you need watch the data.bandwidth.inTraffic

ui-refresh=”data.bandwidth.inTraffic”

it works fine now, thanks a lot.

I really like the theme… What am I missing though? I unzipped the package and I am running this in the folder where the index.html is…

$ bower install

bower ENOENT No bower.json present

you need go to project root folder.
./angulr/src
then run:
> npm install -g grunt-cli
> npm install
> grunt bower-install-simple (same as “bower install”)


Thanks

Another question : could you tell me what I need to modify if I want to put an image for the background page ? (cover, centered, fixed) I tried but it wasn’t clean… :-/ Thanks !

yes.
.bg-auto.b-l:before{margin-left: -1px} 
.bg-auto.b-r:before{margin-right: -1px}
will add these fixes in next update

Fast and efficient ! Thank you :)

Hi, I love your template, it is very solid and well written.

I have a question what is the differance between the uiLoad and the ocLazyLoad when should i use each one of those?

thanks for the wonderful template.

1. uiLoad -> i created for chain lazy load JS and Css for uiJq directive or load other dependencies in ui-route. it can be used to load other controllers or directives and services. but need use the “app.” to register them. you can see the “src/js/app/contact/contact.js”, it started with “app.controller” to register this controller.

2. ocLazyLoad https://github.com/ocombe/ocLazyLoad , it’s can lazy load modules which do not need to start with “app.”

uiLoad can be replaced with ocLazyLoad.

Thanks

thnks :)

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