Skip to content

Commit adb4a1a

Browse files
added descriptive and enlightening comments
1 parent 642e1b6 commit adb4a1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/loading-bar.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@
1010

1111

1212
(function() {
13+
1314
'use strict';
1415

16+
// Alias the loading bar so it can be included using a simpler
17+
// (and maybe more professional) module name:
1518
angular.module('angular-loading-bar', ['chieffancypants.loadingBar']);
1619

20+
1721
/**
1822
* loadingBarInterceptor service
1923
*

0 commit comments

Comments
 (0)