Questions tagged [blur-admin]

Blur-admin is an OpenSource customizable admin panel framework. Made by Akveo. Licensed under MIT License.

13 questions
1
vote
1 answer

How to run blur-admin?

While running the Blur-Admin using gulp serve The following error is hitting: I already installed bower by using npm install -g bower and also gulp by using npm install -g gulp Then clone git blur-admin by git clone…
Ramlal S
  • 1,573
  • 1
  • 14
  • 34
1
vote
1 answer

blur-admin (lwazevedo) authentication module for submenus

I'm using RBAC in the blur-admin template in angularjs. Where I've the following scenario - suppose, I've the main side-menu named 'Utilities', which includes 3 sub-menus. That is, when user clicks on Utilities, he'll see 3 sub-menus - 1) EDI…
Tushar Walzade
  • 3,737
  • 4
  • 33
  • 56
1
vote
1 answer

Role Based Access Control in AngularJS Blur-Admin template

How to implement Role Based Access Control in Blur-Admin template for angularJS? Where to define roles? Which files are concerned?
Tushar Walzade
  • 3,737
  • 4
  • 33
  • 56
1
vote
0 answers

AngularJS & ui-router: How to dynamically add sub menu links

I have an AngularJS site based on BlurAdmin: https://github.com/akveo/blur-admin that shows rooms. The list of available rooms is gotten via REST in a controller and I am looking for a way to inject the rooms as submenu links dynamically. My…
John M.
  • 71
  • 8
0
votes
1 answer

How to solve the calendar problem, cause it doesn't select future?

I am given a project. My team leader said that I should solve that problem which is that calendar doesnt let us select a day from future, it only lets us choose today. And he said i will do it on Angular 1. But when I open the project on VS code, I…
user13400548
0
votes
1 answer

How to solve "ReferenceError: primordials is not defined" problem?

i am given a project to do, trying to use "blur-admin". But i couldnt get it run on my computer. when i write "gulp serve" , it gives me error. I tried to add "npm-shrinkwrap.json" in same folder as package.json, and added "resolutions":…
user13400548
0
votes
1 answer

AngularJS - How to abort the $stateProvider construct depending on the result of the resolver?

Is it possible to "stop" the state building based on a resolver result? For example, I have the following code: /** * @author v.lugovsky * created on 16.12.2015 */ (function() { 'use strict'; …
Daniel Swater
  • 237
  • 1
  • 6
  • 19
0
votes
1 answer

Error : Installation of blur-admin with angularjs

I want to install blur admin theme with angular js I have follow steps to install blur admin theme from below site https://akveo.github.io/blur-admin/articles/002-installation-guidelines/ I got the error as below , I find for solution for that…
hetal gohel
  • 335
  • 9
  • 21
0
votes
1 answer

Putting AngularJs app in docker

I'm new to many things, like docker, gulp and bower. I am using following template - Blur-admin, which is angularJs template for creating client side website. I have downloaded this project and made changes to it. Now I want to dockerize this…
Shubham Gupta
  • 159
  • 1
  • 14
0
votes
1 answer

How to add and use npm package cryptocoins-icons in my AngularJS app

I am building a custom website built on top of template - https://github.com/akveo/blur-admin I am new to npm. I wanted to use a npm package named cryptocoins-icons. I went to my project folder root and ran the command npm i cryptocoins-icons. The…
Shubham Gupta
  • 159
  • 1
  • 14
0
votes
1 answer

not able to change theme for ng2-admin

I am using the ng2-admin theme for development. DEMO I have followed all these steps mentioned in the doc for changing theme to blur-admin from ng2-admin While changing the theme everything is working fine except the background of the cards. It is…
GauRang Omar
  • 861
  • 9
  • 20
0
votes
0 answers

Error: Unknown provider: $resourceProvider <- $resource <- Catalogo AngularJS services

I need help importing a factory in BlurAdmin I've created all files and on index.html im importing each file correctly.
Betoo
  • 23
  • 7
0
votes
1 answer

Blur-Admin adding and using new npm package

Hello I would like to add a new npm package to blur-admin. For example I would like to use ng-redux with it. Is there a proper documentation or an example of how to do it? Thanks
hackp0int
  • 4,052
  • 8
  • 59
  • 95