Giter Site home page Giter Site logo

sb-admin-angular's Introduction

NOTICE: This repo has been deprecated in favour of Angular 5+ Repo found here

[DEPRECATED] SB Admin v2.0 rewritten in AngularJS

Join the chat at https://gitter.im/start-angular/sb-admin-angular

This project is a port of the famous Free Admin Bootstrap Theme SB Admin v2.0 to Angular Theme.

Find out more Free Angular Themes at StartAngular.com.

Note: This project is no longer maintained.

Installation

####1. Clone this project or Download that ZIP file

$ git clone https://github.com/start-angular/sb-admin-angular.git

####2. Make sure you have bower, grunt-cli and npm installed globally

$ sudo apt-get install npm
$ sudo npm install -g grunt-cli
$ sudo npm install -g bower

####3. On the command prompt run the following commands

$ cd `project-directory`
  • bower install is ran from the postinstall
$ npm install 
  • a shortcut for grunt serve
$ npm start
  • a shortcut for grunt serve:dist to minify the files for deployment
$ npm run dist 

Note: If you get this following error,

Error: EACCES, permission denied '.config/configstore/insight-bower.yml'
You don't have access to this file.

changing ownner .config

sudo chown -R [user name] ~/.config

Roadmap

  • Add sample AJAX calls and make the directives more modular

Automation tools

sb-admin-angular's People

Contributors

amith92 avatar beeman avatar gitter-badger avatar kevinhoward avatar mojosoeun avatar nicovogelaar avatar polinom avatar sanketsahu avatar shwetapal avatar supriyakalghatgi avatar vgrafe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sb-admin-angular's Issues

Auto refresh issue with jshint

Hello, thanks for the dashboard, it's great! However, every time I make a change in the files, I get an error saying ERROR: Can't find config file: .jshintrc and then the page reloads. Is there any fix? It is very troublesome. Please help! Thanks

syntax error in app.js

in the loadMyDirectives line 33 of the app.js is there not a syntax error?

Each ocLazyLoad block ends with a comma until 48..

create 2 sidebar for two dashboard

I am trying to create two separate dashboards for two different users.however, when I redirect from URL to the first dashboard to second it shows old sidebar it is only when I refresh the page it shows correct sidebar.
is there a way that allows me to create 2 dashboards with different sidebar and when I change URL it shows correct sideboard

I want to add backend module written node.js, How do I do?

Thank you for offering this useful source.
I am new in Angular JS full.
I want to show real time cryptocurrency data updating every 5 seconds, where do I add the back-end file or code?
Now there is 2 files to be connected.


callAPI.js

var IR = require('./backend/index');
var publicClient = new IR();
// get ticker for BTC-USD
publicClient.getMarketSummary("Xbt", "Usd", console.log);



myAPIs.js

var util = require('../node_modules/util'),
_ = require('../node_modules/underscore'),
request = require('../node_modules/request'),
//crypto = require('../node_modules/crypto'),
cheerio = require('../node_modules/cheerio'),
VError = require('../node_modules/verror');
IndependentReserve.prototype.getMarketSummary = function getMarketSummary(primaryCurrencyCode, secondaryCurrencyCode, callback)
{
this.getRequest('getMarketSummary', callback, {
primaryCurrencyCode: primaryCurrencyCode,
secondaryCurrencyCode: secondaryCurrencyCode}
);
//Get data from the exchange's offical API. 'https://api.independentreserve.com'
};

After all my questions are following :

  1. Where do I add callAPI.js or its contents?
    Do I need to something to gruntfile.js?

  2. How do I connect the result data to view controller?

  3. How do I implement auto data refresh every 5 seconds?

Regards.
Antonio.

bower ECONFLICT Unable to find suitable version for bootstrap

I got error from bower.
fix I am using: bower install --force-latest
thank you

full bower output:bower angular#1.2.16 cached git://github.com/angular/bower-angular.git#1.2.16 bower angular#1.2.16 validate 1.2.16 against git://github.com/angular/bower-angular.git#1.2.16 bower json3#~3.3.1 cached git://github.com/bestiejs/json3.git#3.3.2 bower json3#~3.3.1 validate 3.3.2 against git://github.com/bestiejs/json3.git#~3.3.1 bower es5-shim#~3.1.0 cached git://github.com/es-shims/es5-shim.git#3.1.1 bower es5-shim#~3.1.0 validate 3.1.1 against git://github.com/es-shims/es5-shim.git#~3.1.0 bower bootstrap#~3.1.1 cached git://github.com/twbs/bootstrap.git#3.1.1 bower bootstrap#~3.1.1 validate 3.1.1 against git://github.com/twbs/bootstrap.git#~3.1.1 bower angular-resource#1.2.16 cached git://github.com/angular/bower-angular-resource.git#1.2.16 bower angular-resource#1.2.16 validate 1.2.16 against git://github.com/angular/bower-angular-resource.git#1.2.16 bower angular-cookies#1.2.16 cached git://github.com/angular/bower-angular-cookies.git#1.2.16 bower angular-cookies#1.2.16 validate 1.2.16 against git://github.com/angular/bower-angular-cookies.git#1.2.16 bower angular-sanitize#1.2.16 cached git://github.com/angular/bower-angular-sanitize.git#1.2.16 bower angular-sanitize#1.2.16 validate 1.2.16 against git://github.com/angular/bower-angular-sanitize.git#1.2.16 bower angular-animate#1.2.16 cached git://github.com/angular/bower-angular-animate.git#1.2.16 bower angular-animate#1.2.16 validate 1.2.16 against git://github.com/angular/bower-angular-animate.git#1.2.16 bower angular-touch#1.2.16 cached git://github.com/angular/bower-angular-touch.git#1.2.16 bower angular-touch#1.2.16 validate 1.2.16 against git://github.com/angular/bower-angular-touch.git#1.2.16 bower angular-route#1.2.16 cached git://github.com/angular/bower-angular-route.git#1.2.16 bower angular-route#1.2.16 validate 1.2.16 against git://github.com/angular/bower-angular-route.git#1.2.16 bower font-awesome#4.3.0 cached git://github.com/FortAwesome/Font-Awesome.git#4.3.0 bower font-awesome#4.3.0 validate 4.3.0 against git://github.com/FortAwesome/Font-Awesome.git#4.3.0 bower angular-bootstrap#0.12.0 cached git://github.com/angular-ui/bootstrap-bower.git#0.12.0 bower angular-bootstrap#0.12.0 validate 0.12.0 against git://github.com/angular-ui/bootstrap-bower.git#0.12.0 bower oclazyload#~0.5.2 cached git://github.com/ocombe/ocLazyLoad.git#0.5.2 bower oclazyload#~0.5.2 validate 0.5.2 against git://github.com/ocombe/ocLazyLoad.git#~0.5.2 bower angular-loading-bar#~0.7.0 cached git://github.com/chieffancypants/angular-loading-bar.git#0.7.1 bower angular-loading-bar#~0.7.0 validate 0.7.1 against git://github.com/chieffancypants/angular-loading-bar.git#~0.7.0 bower angular-ui-router#~0.2.13 cached git://github.com/angular-ui/ui-router.git#0.2.13 bower angular-ui-router#~0.2.13 validate 0.2.13 against git://github.com/angular-ui/ui-router.git#~0.2.13 bower angular-toggle-switch#~1.2.1 cached git://github.com/cgarvis/angular-toggle-switch.git#1.2.1 bower angular-toggle-switch#~1.2.1 validate 1.2.1 against git://github.com/cgarvis/angular-toggle-switch.git#~1.2.1 bower metisMenu#~1.1.3 cached git://github.com/onokumus/metisMenu.git#1.1.3 bower metisMenu#~1.1.3 validate 1.1.3 against git://github.com/onokumus/metisMenu.git#~1.1.3 bower angular-chart.js#~0.5.2 cached git://github.com/jtblin/angular-chart.js.git#0.5.2 bower angular-chart.js#~0.5.2 validate 0.5.2 against git://github.com/jtblin/angular-chart.js.git#~0.5.2 bower angular-mocks#1.2.16 cached git://github.com/angular/bower-angular-mocks.git#1.2.16 bower angular-mocks#1.2.16 validate 1.2.16 against git://github.com/angular/bower-angular-mocks.git#1.2.16 bower angular-scenario#1.2.16 cached git://github.com/angular/bower-angular-scenario.git#1.2.16 bower angular-scenario#1.2.16 validate 1.2.16 against git://github.com/angular/bower-angular-scenario.git#1.2.16 bower jquery#>= 1.9.0 cached git://github.com/jquery/jquery.git#2.1.3 bower jquery#>= 1.9.0 validate 2.1.3 against git://github.com/jquery/jquery.git#>= 1.9.0 bower bootstrap#~3.3.0 cached git://github.com/twbs/bootstrap.git#3.3.2 bower bootstrap#~3.3.0 validate 3.3.2 against git://github.com/twbs/bootstrap.git#~3.3.0 bower jquery#>= 1.9.1 cached git://github.com/jquery/jquery.git#2.1.3 bower jquery#>= 1.9.1 validate 2.1.3 against git://github.com/jquery/jquery.git#>= 1.9.1 bower Chart.js#~1.0.1 cached git://github.com/nnnick/Chart.js.git#1.0.1 bower Chart.js#~1.0.1 validate 1.0.1 against git://github.com/nnnick/Chart.js.git#~1.0.1 bower ECONFLICT Unable to find suitable version for bootstrap

when production will be the new v4?

first say thank you for the great work done in this template, and in turn ask for when production would be v4 I read in a comment that you're working on it

Multiple calling to controller

Im not pretty sure if this is a bug or a normal behaviour ( I dont think so).
If I change html chart page to use only one call to chart Controller (removing all the call to ng-controller="ChartCtrl" first, and then adding only one call through a new

which wraps all the html code) I can see that the call is performed twice. Is this a normal behaviour? I think this could be a performance issue.

Thanks!

Lazy loading is not being used correctly

The resolve method of angular-ui router is a map of functions. Each function should return a promise. When every function in the map has resolved, the state can continue loading.

However, in sb-admin, there are multiple calls like this in app.js:

resolve: {
            loadMyDirectives : function($ocLazyLoad){
                return $ocLazyLoad.load(
                {
                    name:'myApp',
                    files:[
                    'bower_components/moment/moment.js',
                    ]
                })
                ,
                $ocLazyLoad.load(
                {
                  name:'angulartics-google-analytics',
                  files:['bower_components/angulartics-google-analytics/dist/angulartics-google-analytics.min.js']
                })  //since there is a comma missing here, the return statement is triggered and the rest is ignored
                $ocLazyLoad.load(
                {
                   name:'toggle-switch',
                   files:["bower_components/angular-toggle-switch/angular-toggle-switch.min.js",
                          "bower_components/angular-toggle-switch/angular-toggle-switch.css"
                      ]
                })
        }

Calling $ocLazyLoad.load will load the items, but doing it repeatedly doesn't cause the state to wait for all the load calls to resolve, it only waits for the last one.

FURTHER, there are commas missing between some of the load calls after a return statement. This causes javascript to do ASI (automatic semicolon insertion), effectively ignoring any $ocLazyLoad.load items after the first missing comma.

*Note: This is my understanding, I may be wrong about how lazy load works. But the ASI is definitely happening, since you can write whatever valid JS you want after the missing comma and it never gets executed.

How can I get data from MainContoller?

Hi, here is my code example:

.state('dashboard', {
url:'/dashboard',
templateUrl: 'views/dashboard/main.html',
controller: 'MainController as mainController',}
)
.state('dashboard.code_demo', {
templateUrl: 'views/doc/codeDemo.html',
url: '/codeDemo',
controller: 'CodeController as codeController'}
)

When I want to get data(like mainController.somePro) from mainController(which main.html are the header part always loaded), It didn't work. Any suggestion? Thx.

Remove sidebar

Is there any efficient way to remove the sidebar from a specific page? For example, for my charts.html file, I want to only display the top header but remove the sidebar completely. Is there any elegant solution to this?

Warning: ENOENT, no such file or directory '*****-app\app\bower.json'

Dear,

I am trying to extend project with angular local storage module from bower:

I am running command:

bower install angular-local-storage --save

bower.json updated

then I am trying to autoinject references by running command :
***-app>grunt wiredep
and getting Warning and obviously my index.html is not updated.

Running "wiredep:app" (wiredep) task
Warning: ENOENT, no such file or directory '*****-app\app\bower.json' Use --force to continue.
Aborted due to warnings.
grunt wiredep

The warning is because it tries to find a bower.json in ./app/ folder !

What is correct way of autoinjecting references with your project?

Thanks

Grunt

This is really not an issue with sb-admin-angular, but you could include in the installation guide the requirement of "npm install -g grunt-cli"

unable to npm run dist on win8 x64 - imagemin issue?

it seems that grunt on windows 8 x64 expect to use some linux\osx comnents only, that in install phase where signaled as warnings.

grunt serve:dist

Loading "imagemin.js" tasks...ERROR

Error: Cannot find module 'imagemin-optipng'

Running "serve:dist" (serve) task
(node:16632) DeprecationWarning: process.EventEmitter is deprecated. Use require('events') instead.

Running "clean:dist" (clean) task
Cleaning .tmp...OK

Running "concurrent:dist" (concurrent) task
Warning: Loading "imagemin.js" tasks...ERROR

Error: Cannot find module 'imagemin-optipng'
Warning: Task "imagemin" not found. Use --force to continue.

Aborted due to warnings.

Execution Time (2016-09-24 17:41:14 UTC)
loading tasks 15ms ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 100%
Total 15ms Use --force to continue.

Aborted due to warnings.

Execution Time (2016-09-24 17:41:05 UTC)
clean:dist 94ms ■ 1%
concurrent:dist 8.7s ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 99%
Total 8.8s

Problem when using external SVG or PNG files

Hi! First, thanks for this awesome template.
After hours trying, I can't find a way to visualize PNG or SVG files in the template. For some reason, the template doesn't seem to be able to get to the location of the file.

I created a folder called images and I keep on receiving the same message from the browser:

Cannot GET /images

I'm using:

<img ng-src="../../../../images/myImage.svg" class="img-responsive">

(The path is properly written, Brackets finds the file)

But still no clue why this is happening... Maybe something related to permissions?

Thank you very much, any help is appreciated!

insert directive

please i want to add angular-leafet directive but when i do all the app doesn't show .

angular.module("sbAdminApp", ["leaflet-directive"] )
.controller('MapCtrl', [ '$scope', function($scope) {
angular.extend($scope, {
defaults: {
scrollWheelZoom: false
}
});

}]);

apparently i can't add something like this "angular.module("sbAdminApp", ["leaflet-directive"] )"
after some tests i noticed that it is the leafet dependency that causes the error

Possible to remove ui-sref from sidebar?

Hello Team,
Firstly cheers for making sb admin 2 as a part of angular version. It is an awesome work I must say.
Now I have a tiny concern that in sidebar.html "ui-sref" was used to navigate to different pages. But I want it to be done using ng-click. So is that possible? As I have already replaced the stuff but I am facing only single error that when the page gets loaded, the sidebar menu appears open i.e. not collapsed.
So please anyone can help me out as I am finding trouble to make it collapsed in the initial phase.

Regards
Kunal Kakkad

Tests failing

Tests fail in the current version.

I tryed modifying the MainCtrl to pass the default test:
app/scripts/controllers/main.js

'use strict';
/**
 * @ngdoc function
 * @name sbAdminApp.controller:MainCtrl
 * @description
 * # MainCtrl
 * Controller of the sbAdminApp
 */
angular.module('sbAdminApp')
  .controller('MainCtrl', function($scope,$position) {
    $scope.awesomeThings = [
      'HTML5 Boilerplate',
      'AngularJS',
      'Karma'
    ];
  });

This is the error returned by grunt test:

PhantomJS 1.9.8 (Linux) Controller: MainCtrl should attach a list of awesomeThings to the scope FAILED
    Error: [$injector:modulerr] Failed to instantiate module sbAdminApp due to:
    Error: [$injector:modulerr] Failed to instantiate module oc.lazyLoad due to:
    Error: [$injector:nomod] Module 'oc.lazyLoad' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
    http://errors.angularjs.org/1.2.16/$injector/nomod?p0=oc.lazyLoad
        at /home/jlopez/home_common/Reference/src/angularjs/sb-admin-angular/bower_components/angular/angular.js:1613
        at ensure (/home/jlopez/home_common/Reference/src/angularjs/sb-admin-angular/bower_components/angular/angular.js:1535)
        at module (/home/jlopez/home_common/Reference/src/angularjs/sb-admin-angular/bower_components/angular/angular.js:1823)
        at /home/jlopez/home_common/Reference/src/angularjs/sb-admin-angular/bower_components/angular/angular.js:3781

It seems with the current karma config it is not able to inject oc.lazyLoad but I was not able to figure out how to modify it to make it work.

unable to start grunt

node 6 installed ex novo, buuild with some warning, this is the output of error log in "npm install"

"0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle [email protected]prestart: [email protected]
6 silly lifecycle [email protected]
prestart: no script for prestart, continuing
7 info lifecycle [email protected]start: [email protected]
8 verbose lifecycle [email protected]
start: unsafe-perm in lifecycle true
9 verbose lifecycle [email protected]start: PATH: C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin;[root]\node_modules.bin;C:\Program Files\nodejs;[userdir]bin;C:\Program Files\Git\mingw32\bin;C:\Program Files\Git\usr\local\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\mingw32\bin;C:\Program Files\Git\usr\bin;[userdir]bin;C:\Ruby22-x64\bin;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Lenovo\FusionEngine;C:\Program Files (x86)\Intel\iCLS Client;C:\Program Files\Intel\iCLS Client;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Common Files\lenovo\easyplussdk\bin;C:\Program Files (x86)\Lenovo\Password Manager;[userdir].dnx\bin;C:\Program Files\Microsoft DNX\Dnvm;C:\Program Files\Microsoft SQL Server\120\Tools\Binn;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Program Files (x86)\Skype\Phone;C:\Program Files (x86)\WinMerge;C:\Program Files (x86)\Heroku\bin;C:\Program Files (x86)\git\cmd;C:\Program Files\Git\cmd;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin;C:\Program Files (x86)\PuTTY;C:\Program Files (x86)\WinSCP;C:\Program Files (x86)\Brackets\command;C:\Program Files\nodejs;[userdir]AppData\Local\atom\bin;[userdir]AppData\Local\Pandoc;[userdir]AppData\Local\Apps\cURL\bin;[userdir]AppData\Roaming\npm;C:\Program Files\Git\usr\bin\vendor_perl;C:\Program Files\Git\usr\bin\core_perl
10 verbose lifecycle [email protected]
start: CWD: [root]
11 silly lifecycle [email protected]start: Args: [ '/d /s /c', 'grunt serve' ]
12 silly lifecycle [email protected]
start: Returned: code: 1 signal: null
13 info lifecycle [email protected]~start: Failed to exec start script
14 verbose stack Error: [email protected] start: grunt serve
14 verbose stack Exit status 1
14 verbose stack at EventEmitter. (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:242:16)
14 verbose stack at emitTwo (events.js:106:13)
14 verbose stack at EventEmitter.emit (events.js:191:7)
14 verbose stack at ChildProcess. (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:40:14)
14 verbose stack at emitTwo (events.js:106:13)
14 verbose stack at ChildProcess.emit (events.js:191:7)
14 verbose stack at maybeClose (internal/child_process.js:877:16)
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
15 verbose pkgid [email protected]
16 verbose cwd [root]
17 error Windows_NT 6.3.9600
18 error argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "start"
19 error node v6.6.0
20 error npm v3.10.3
21 error code ELIFECYCLE
22 error [email protected] start: grunt serve
22 error Exit status 1
23 error Failed at the [email protected] start script 'grunt serve'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the sb-admin package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error grunt serve
23 error You can get information on how to open an issue for this project with:
23 error npm bugs sb-admin
23 error Or if that isn't available, you can get their info via:
23 error npm owner ls sb-admin
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]
"

how to let it login first then goto index.html

i front-end use sb-admin-angular,and back-end use java.i want first login and handle login with java.if sucess then goto index.html;if i not login then whatever page i goto i want always first login.what i should to do by using sb-admin-angular?

Can't create a navbar

I've tried all my best to create a bootstrap-4 navbar with this but all my best hasn't been so productive. Please help me out as soon as you see this

getting $sce:unsafe error when try to integrate textanguar

Error: [$sce:unsafe] http://errors.angularjs.org/1.2.16/$sce/unsafe
    at Error (native)
    at http://localhost:9000/bower_components/angular/angular.min.js:6:450
    at e (http://localhost:9000/bower_components/angular/angular.min.js:114:160)
    at getTrusted (http://localhost:9000/bower_components/angular/angular.min.js:115:443)
    at Object.e.(anonymous function) [as getTrustedHtml] (http://localhost:9000/bower_components/angular/angular.min.js:117:175)
    at Object.fn (http://localhost:9000/bower_components/angular/angular.min.js:188:375)
    at h.$digest (http://localhost:9000/bower_components/angular/angular.min.js:106:311)
    at h.$apply (http://localhost:9000/bower_components/angular/angular.min.js:109:287)
    at f (http://localhost:9000/bower_components/angular/angular.min.js:71:247)
    at F (http://localhost:9000/bower_components/angular/angular.min.js:75:408)

a road map?more detail? to-do list?

Hi,I want to know if you have a to-do list,such as ,
support angular-translate
or
load menus from a json file
some others
I'm looking forward to

Invalid state ref when open the home page.

Run this on localhost via wamp server

I can run this with "npm start" but cannot run this when I direct to the app folder of this via my browser. It just shows me an empty page. Is there anyway I can integrate this with my current frontend so that I can direct to this template with a button click??
I just want the users to visit this dashboard when they click on "Dashboard" button on the homepage. Any help would be appreciated.

Problem in npm start or grunt serve

I created a server.js file , i added 4 functions ( get , post , put , delete ) for a certain crud , if i run npm start the project is runing normally but i want to add a new function the npm start show this problem :
image

nothing loads up.

So i followed the instructions, i am new to this so i might have messed something up.

i unzipped into the main folder 'c:\codeBase\testTheme' as it looks like the right place.

when i do the final command of npm start it opens up my browser (firefox) and all, but nothing shows up. it says angular and $ are not defined. trying to figure out what i messed up, but it all seems right.

image folder

hi,
i want to add an image folder into the project ..
How can i do this...?
thanks

'Active' menu class fixed to dashboard

Upon opening of index.html, dashboard.html is loaded and the menu item for this has the class active. All great!
After selecting other pages from the menu, the dashboard keeps its active class. This class should be removed when selecting other menu items.

Reload the sidebar

I've many different pages. I'm getting the dynamic data from each different pages. I would like to reload the sidebar menu with the data populated by a page. I'm unable to do it, it seems I've to manually reload the page again to get the data populated on the sidebar.

Error but site still runs

clean clone then npm install && npm start. this code ends up in the developer console.

"Error: Invalid state ref ''
B@http://localhost:9000/bower_components/angular-ui-router/release/angular-ui-router.min.js:7:23780
D/<.link@http://localhost:9000/bower_components/angular-ui-router/release/angular-ui-router.min.js:7:24122
J@http://localhost:9000/bower_components/angular/angular.min.js:53:345
f@http://localhost:9000/bower_components/angular/angular.min.js:46:399
J@http://localhost:9000/bower_components/angular/angular.min.js:53:286
f@http://localhost:9000/bower_components/angular/angular.min.js:46:399
J@http://localhost:9000/bower_components/angular/angular.min.js:53:286
C/<@http://localhost:9000/bower_components/angular/angular.min.js:59:454
r/h.success/<@http://localhost:9000/bower_components/angular/angular.min.js:70:1
ze/e/m.promise.then/u@http://localhost:9000/bower_components/angular/angular.min.js:97:271
ze/g/<.then/<@http://localhost:9000/bower_components/angular/angular.min.js:98:417
Yd/this.$get</h.prototype.$eval@http://localhost:9000/bower_components/angular/angular.min.js:108:478
Yd/this.$get</h.prototype.$digest@http://localhost:9000/bower_components/angular/angular.min.js:106:54
Yd/this.$get</h.prototype.$apply@http://localhost:9000/bower_components/angular/angular.min.js:109:285
f@http://localhost:9000/bower_components/angular/angular.min.js:71:245
F@http://localhost:9000/bower_components/angular/angular.min.js:75:408
ve/</x.onreadystatechange@http://localhost:9000/bower_components/angular/angular.min.js:76:457
" "" angular.min.js:89:231

Getting error Unable to find Gruntfile when running -grunt serve

Hi I installed the SB Admin Angular App and tried to run it with this command.
-grunt serve.

I got the error message as seen in below image. I dont see a GruntFIle in my project folder , which means it wasnt part of the zip File downloaded. Could you please help me to resolve this error and run this App?

Thanks in advance for your help!
image

Windows User - bower_components not found in zip file.

I am not able to find the folder browser_components, but looks like the index page has a lot of reference to it. I am using Windows and hence I just downloaded the zip file from github and tried to open the index page.

Possible to serve from Apache?

Was wondering if there was any way to serve a site built from this template on Apache instead of Grunt / Node. And if so, how?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.