Link to home
Start Free TrialLog in
Avatar of rbhargaw
rbhargawFlag for United States of America

asked on

ngProgress bar angularJS

I am trying to use ngProgress bar as shown in this website.

I have added the css and JS file in the index file and in my controller added the start and stop still the progress bar is not showing up.

When I refresh my page, it see ng-progress container but dont see the width changing as in the demo website
element.style {
height: 2px;
color: rgb(178, 34, 34);
width: 0%;
opacity: 1;
background-color: rgb(178, 34, 34);
}

http://victorbjelkholm.github.io/ngProgress/#demo

Has anyone tried these?
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Need a link to some code or code posted to be able to assist.
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rbhargaw

ASKER

It was the page header issue which was stopping the progress bar to show up.