Skip to content

Commit

Permalink
split a line so it does not show a scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
gngeorgiev committed Aug 28, 2014
1 parent ec53282 commit c5d3ffa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ ngProgress.complete();

ngProgress.setParent(HTMLElement);

// Gets the DOM element which vsizualizes the progress bar. It is wrapped in as jqlite element - https://docs.angularjs.org/api/ng/function/angular.element
// Gets the DOM element which vsizualizes the progress bar.
// It is wrapped in as jqlite element - https://docs.angularjs.org/api/ng/function/angular.element

ngProgress.getDomElement();
```
Expand Down

0 comments on commit c5d3ffa

Please sign in to comment.