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.

Hello, Can you use the ng-scroll in the mail app to show how it is used? I am having trouble getting it work

i will add an example in next update. Thanks

not seeing this in the current example can you add this to the next updte?

Oh, forgot this one. must be in next update.

Hi, i st purchased the template, and I’m trying to insert the calendar into the home. But, when I do that, it doen’t work. I have to enter to the calendar’s page, and then reload the home… when I do that it works fine. How should I insert the calendar? I’m copying the section, and ten I paste it into the home.

Thank you!

You need load the FullCalendar related js. look into the “src/js/config.router.js” state(‘app.calendar’, ...

Thanks

Could you say where can I write that code, please?

You can put the lazy loading code in the home route. Thanks

Hey Flatfull,

I recently purchased your designed. Loved it. I wanted to discuss an opportunity with you. Could you share your email address or send me an email at mail@amitgupta.me

Regards, Amit

Contacted you. Thanks

I want disable lazyload in angularjs with admin dashboard. Because It’s cause of very slow loading and don’t show webpage when 1 or more file don’t load or have bug.

You can include the other lazy loaded js in the index.html.

Thanks

lazyloaded make chrome and IE don’t show content when run from local file. I want to disable oclazyload. I very hate this function.

You need put the files on a server. Thanks

hi, a SCRUM like app would be create, and I would buy it instantly :-)

Thanks :)

Wasn’t the new update supposed to be released this past thursday?

Updated to angular#1.3.2. and waited for some other dependencies update.

Thanks

Hi, can I have acccess to the BitBucket page? My account name is gildo (https://bitbucket.org/gildo), thank you :D

P.S. this template is awesome I cannot wait to put my hands on the Musik-like page.

Sent to your email. Thanks

I encountered two problems today: 1. Instead of `grunt bower-install` we should use `grunt bower-install-simple` (readme.txt) 2. I cannot run project from the source under Linux I am getting following errors: a) Firefox Error: $animate.enter(...) is undefined b) Opera Error: Cannot convert ’$animate.enter(clone, null, $element)’ to object

I expected that working with AngularJS will be less painful :)

Update: I tested first version, which I downloaded Sep 30 and that version works OK. There must be something wrong with animations made recently!

1. you are right. “grunt bower-install-simple” or “bower install”. 2. try the v.1.3.3, did not see any error in the FF.

Thanks

Is it possible to have a small monthly calendar placed in the left side navigation bar like google calendar? Currently the angular calendar that you have is to large to fit in the left side navigation area.

Thanks!!

you can use the angular-bootstrap inline datepicker, thanks

When should we expect the next update? And how should we go about implementing your updates if we’ve started working on older versions?

Updated to v.1.3.3, you can use the bower to update the dependencies. and copy css and other necessary new html blocks(or code) into your old version.

Thanks

Hi Author,

Are there any options to change textAngular’s min height? Or where’s the best place change to change textAngular’s height?

Sincerely,

you can use a custom class ”.ta-editor{min-height:500px}”

Thanks

Your main page asked for recommendations. It would be nice to have form field input masking.

Thanks, Jeff

Will add one in future update. you can use this one. http://angular-ui.github.io/ui-utils/#/mask

Thanks

CALENDAR BUG?

We’ve noticed that the overlay that shows up when one mouseover an event in the calendar shows up ONLY when using the month view… on day and week views the overlay is present on the DOM but does’t show up because of the overflow:hidden property inside .fc-time-grid-event and removing that property enable the overlay in all views.

But here we have another problem (e.g. using week view): given a column representing a day the event placed in columns at the right cover up the overlay (events that cover the event being hovered also superimpose on the overlay). That problem can be solved setting a high z-index on the specific event being hovered and removing it once the hover finishes

That managed to solve the issue for us (we are using the latest version, 1.3.2)

It might be something to include on a further revision since it looks like a wrong behavior instead of a design choice. Thanks for your attention!

v.1.3.3 fixed these. Thanks

Really nice admin template, will buy it for a project, could you animate chart like you did with other template? Thx

http://jumflot.jumware.com/examples/Experimental/grow.html

you can use the grow plugin to enable the animation.

Hi, in app.html there’s the following code:

<!-- aside right --> <div class="app-aside-right pos-fix no-padder w-md w-auto-xs bg-white b-l animated fadeInRight hide"> <div class="vbox"> <div class="wrapper b-b b-t b-light m-b"> <a href="" class="pull-right text-muted text-md" ui-toggle-class="show" target=".app-aside-right"><i class="icon-close" /></a> Chat </div> <div class="row-row"> <div class="cell"> <div class="cell-inner padder"> <!-- chat list --> <div class="m-b"> <a href="" class="pull-left thumb-xs avatar"><img src="img/a2.jpg" alt="..." /></a> <div class="clear"> <div class="pos-rlt wrapper-sm b b-light r m-l-sm"> <span class="arrow left pull-up" /> <p class="m-b-none">Hi John, What's up...</p> </div> <small class="text-muted m-l-sm"><i class="fa fa-ok text-success" /> 2 minutes ago</small> </div> </div> <div class="m-b"> <a href="" class="pull-right thumb-xs avatar"><img src="img/a3.jpg" class="img-circle" alt="..." /></a> <div class="clear"> <div class="pos-rlt wrapper-sm bg-light r m-r-sm"> <span class="arrow right pull-up arrow-light" /> <p class="m-b-none">Lorem ipsum dolor :)</p> </div> <small class="text-muted">1 minutes ago</small> </div> </div> <div class="m-b"> <a href="" class="pull-left thumb-xs avatar"><img src="img/a2.jpg" alt="..." /></a> <div class="clear"> <div class="pos-rlt wrapper-sm b b-light r m-l-sm"> <span class="arrow left pull-up" /> <p class="m-b-none">Great!</p> </div> <small class="text-muted m-l-sm"><i class="fa fa-ok text-success" />Just Now</small> </div> </div> <!-- / chat list --> </div> </div> </div> <div class="wrapper m-t b-t b-light"> <form class="m-b-none"> <div class="input-group"> <input type="text" class="form-control" placeholder="Say something"> <span class="input-group-btn"> <button class="btn btn-default" type="button">SEND</button> </span> </div> </form> </div> </div> </div> <!-- / aside right -->

It shows up in the rendered file, but is never shown. Is this being used somewhere? I see that it has the chat function in it that appears on the dashboard v1, but dashboard v1 already has chat code in the template file.

Thanks! James

on the dashboard-v1, switch to the chat panel on the right aside. and click the chat icon on the right. you will see this content.

Thanks

Hi, I have one question about datepicker. I am not able to make it work on two files on same view.

I have Date of Birth & Date of Joining

If I am pasting given element its its opens on both fields and updates the same in both fields.

I have gone through the doc(http://angular-ui.github.io/bootstrap/#/datepicker), I don’t understand how I can attache datepicker to more than one fields. Some code will be very helpful .

Make sure you have different ng-model for each fields.

I have change it to different model name, but both popups are opening on clicking any button. I can see its setting $scope.opened = true;

Is there anything i can do it to make it reusable throughout app.

Please give an example of minimal requirement to use this directive for multi inputs

you only need angularJS and angular-bootstrap to use the datepicker.

i think you called the same “open()” function when you click the button, and this function
<button type="button" class="btn btn-default" ng-click="open($event)">

you need bind different function on these buttons.

Thanks

Using Grunt and following your instructions I get an error (Win7):

grunt bower-install Warning: Task “bower-install” not found. Use—force to continue. Aborted due to warnings.

In your readme.txt you also refer to the app root. Perhaps specify if you the src/ directory or directory where bower.json is located.

where bower.json located. thanks

Thank, what about the error mentioned?

Missed the “-simple”, You can run “grunt bower-install-simple” or “bower install”.

thanks

Will there be any new pages in the next version?

music pages. thanks

Are there any planned efforts to create a front-end page to accompany this template? If not, is this something you can add?

Front-end pages will be added in v2.0, Thanks

Thats fantastic – thank you! Whats the ETA on v2.0?

Working on it. will be released early of the next month.

Thanks

I did not see any error. refresh the page again. Thanks

On the page http://flatfull.com/themes/angulr/#/app/calendar , When you click on LIST Button on the top right corner Below John Smith, A right panel comes in, And then when you change the event’s text, the following error occurs.

Please have a look.

Fixed in v1.3.3. Thanks

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