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 How to set the Signing page as the default page? right now it leads to the dashboard-v1. can you please help me on this.

Change it in the src/js/config.router.js, $urlRouterProvider.otherwise(’/app/dashboard-v1’);

I can only find HTML version working….. Other Versions like Angular material is not showing any thing….

Do i have install anything plz guide..

If you have any instruction guide for this than please mail me at revosys@gmail.com

The src folder is the Angular, material and Music app. Thanks

How can I set css position:fixed (not scroll) for chatbox at right as this image: https://postimg.org/image/qx9dgzpj5/

Hope you support it for next version with Angular 2.0

p/s: sorry for my English!

I’m wait it complete with Angular 2.0 will buy soon, but when I try set fixed in chrome developer have some think wrong with width as image:

https://postimg.org/image/oum3sdhk9/

Hope you can help!

p/s: when release Angulr with Angular 2.0?

For mobile and desktop, can this theme set link for only text and dropdown for button: https://postimg.org/image/kk0jtmcs1/

Thanks you so much!

No such feature. Thanks

A bug When using the app_dashboard_v2 layout in full width without the aside when the window is at width size 768 the hbox-auto-sm breaks the col one over the other but don’t take over the full width leaving one column empty if i remove hbox-auto-sm it would start to overlap everything in inner col together

<div id="app" class="app app-aside-folded"> <div class="app-content m-n h-full"> <div ui-butterbar="" /> <div class="app-content-body app-content-full h-full"> <div class="hbox hbox-auto-xs hbox-auto-sm"> <div class="col" /> <div class="col bg-black dk w-lg b-l bg-auto" /> </div> </div> </div> </div>

hbox-auto-sm will break the col to row. you can check the #/layout/fullwidth page

Hi I was wondering what does the PSD files contain? I am trying to make some PSD wireframes of the app before I build.

http://flatfull.com/themes/angulr/angular/psd/ui.png

psd includes layout and common ui.

Thanks

Hello,

I wonder is there are any chances or thoughts on updating this template to Angular 2.0, since the Meteor Stack only can be used with Angular 2.0.

Thank you, Best Regards

We are working on the Angular 2.0, but not ready yet. Thanks

hi, is there a way to make the Smart-Table responsive? thanks, Alex

Wrap the table in
<div class="table-responsive" />

Hi, I buy and using your template in my app, about tex-tangular, i want to customize toolbar folow https://github.com/fraywing/textAngular/wiki/Customising-The-Toolbar, but not success, could you help me , how do that. Thanks so much.

Not success, i testd textAngular lastversion, error rangy not found.. I using angular 5.1.8

1. Include the
<script src="../libs/angular/textAngular/dist/textAngular.min.js"></script>
on the index.html
2. in the js/app.js, add textAngular dependency
angular.module('app', [
  ....,
  'textAngular'
]);
3. https://github.com/fraywing/textAngular/blob/master/demo/static-demo.html add the decorator in js/config.js
.config(function($provide) {
                // this demonstrates how to register a new tool and add it to the default toolbar
                $provide.decorator('taOptions', ['taRegisterTool', '$delegate', function(taRegisterTool, taOptions) { // $delegate is the taOptions we are decorating
                    taRegisterTool('test', {
                        buttontext: 'Test',
                        action: function() {
                            alert('Test Pressed')
                        }
                    });
                    taOptions.toolbar[1].push('test');
                    taRegisterTool('colourRed', {
                        iconclass: "fa fa-square red",
                        action: function() {
                            this.$editor().wrapSelection('forecolor', 'red');
                        }
                    });
                    // add the button to the default toolbar definition
                    taOptions.toolbar[1].push('colourRed');
                    return taOptions;
                }]);
    })

Thanks Sorry, I am a novice, if you give me an example of a practical application. Thank you very much.

<table ui-jq="dataTable" ui-options="{
        sAjaxSource: 'api/datatable.json',
        aoColumns: [
          { mData: 'engine' },
          { mData: 'browser' },
          { mData: 'platform' },
          { mData: 'version' },
          { mData: 'grade' }
        ],
searching:  false,
lengthChange: false,
processing: false,
scrollY:        200,
scrollX:        true,
scrollCollapse: true,
fixedColumns:  true,
......" />

Download the button extension files, and config in the dataTable: [ ...] in the src/js/config.lazyload.js

'../libs/jquery/datatables/extensions/buttons/dataTables.buttons.min.js',
                      '../libs/jquery/datatables/extensions/buttons/buttons.bootstrap4.min.js',
                      '../libs/jquery/datatables/extensions/buttons/jszip.min.js',
                      '../jquery/libs/datatables/extensions/buttons/pdfmake.min.js',
                      '../jquery/libs/datatables/extensions/buttons/vfs_fonts.js',
                      '../libs/jquery/datatables/extensions/buttons/buttons.html5.min.js',
                      '../libs/jquery/datatables/extensions/buttons/buttons.print.min.js',
                      '../libs/jquery/datatables/extensions/buttons/buttons.colVis.min.js'

Than use the button in the ui-option

buttons: [ ‘copy’, ‘excel’, ‘pdf’, ‘colvis’ ],

Thanks

Hi, When I download this package all I see is the HTML version. There is no Angular version or music or the material ui. Can you please help ? Thanks.

the “src/” folder is the angular, material and music app.

Hello,

I am interested in purchasing your Angular admin Web app and wanted to know if you guys have the option to use gulp as opposed to grunt.. I am maintaining an existing site and currently use gulp.

No gulp but grunt. Thanks

Are any other theme planned? light, material …?

How do I make an image stretch to fit the size of the region used to display the content (in grey here http://flatfull.com/themes/angulr/angular/#/layout/mobile)? I’m trying to stretch and contract an image as the screen size is adjusted. I’ve used h-full and w-full and they don’t seem to work.

use img-full class on img tag

Hi, are you working on an angularjs2 version? China User Wu xj

When is the plan released

early next month. Thanks

Thanks

hi, i am using app_dashboard_v1.html as my main landing page on Angular, what is the layout page , that stays the same thru-out the application? thanks

It’s the src/tpl/app.html layout.

hi , how can fix this scenario: go into angular version and click on the table and the datatable when navigation menu being docked to the left then the grid which is the datatable instead of being resized it will show a white space please see this link to get a clear picture as what I am referring to. http://99.228.202.56/2.jpg
Use a custom css
@media (min-width: 768px) {
   table.dataTable{
     width: 100% !important;
   }
}

thanks!

I cant use groupBy inside ng-repeat directive it gives “angular.js:12477 Error: [$injector:unpr] Unknown provider: groupByFilterProvider <- groupByFilter”

I add <script src=”https://cdnjs.cloudflare.com/ajax/libs/angular-filter/0.5.11/angular-filter.js”></script> but could not achieve groupby. Can you help me?

https://github.com/a8m/angular-filter Make sure you have inject in the app.js
angular.module('app', ['angular.filter',

Hi, I’ve just purchased angulr and I’m wondering whether it’s possible to get the version which is dependent on Angular 1.2.x (we still have to support IE8). Can you help please?

The 1.3.0 version using the angular 1.2.x, give me your gitlab.com account, I will add you into the repo.

Thanks

Hi, it’s gitlab.com/vykukovaci

Added. Thanks

I am curious how I can access the Google material / Angular version. I can only find the JQuery /Bootstrap interface.

What am I missing?

In “src/” folder, Thanks

I receive this message when installing bower components:

Unable to find a suitable version for angular-touch, please choose one by typing one of the numbers below: 1) angular-touch#~1.2.* which resolved to 1.2.32 and is required by venturocket-angular-slider#0.3.2 2) angular-touch#1.5.8 which resolved to 1.5.8 and is required by BootstrapAngularAdminWebApp

Prefix the choice with ! to persist it to bower.json

? Answer

Can you please advise?

Use ”bower install -forcelatest” to use the latest version.

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