ngProgress fixed

This commit is contained in:
Mario Colque 2014-02-10 16:08:36 -03:00
parent c3cf0145ce
commit f2459093c7
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;
height: 4px;
color: #373D42;
background: #373D42;
}
/* 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