Merge pull request #219 from colkito/feature/progressbar-top

ngProgress fixed
This commit is contained in:
Gustavo Maximiliano Cortez 2014-02-10 17:54:29 -02:00
commit 558d8832f2
6 changed files with 7 additions and 2 deletions

View File

@ -13,6 +13,13 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Ubuntu', sans-serif;
}
#ngProgress {
box-shadow: none !important;
height: 4px !important;
color: #373D42 !important;
background: #373D42 !important;
}
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;

0
public/src/js/app.js Executable file → Normal file
View File

2
public/src/js/config.js Executable file → Normal file
View File

@ -49,8 +49,6 @@ angular.module('insight')
})
.run(function($rootScope, $route, ngProgress) {
$rootScope.$on('$routeChangeStart', function() {
ngProgress.height('4px');
ngProgress.color('#373D42');
ngProgress.start();
});

0
public/src/js/directives.js Executable file → Normal file
View File

0
public/src/js/filters.js Executable file → Normal file
View File

0
public/src/js/init.js Executable file → Normal file
View File