Updated url

This commit is contained in:
Martin McWhorter
2014-12-15 12:46:27 +00:00
parent 17d8aadb53
commit 1ef72fa99d
2 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -13,4 +13,5 @@ ngProgress.status();
ngProgress.stop();
ngProgress.set(50);
ngProgress.reset();
ngProgress.complete();
ngProgress.complete();
+3 -2
View File
@@ -1,6 +1,6 @@
// Type definitions for ngProgress 1.0.7
// Project: http://victorbjelkholm.github.io/ngProgress/
// Definitions by: Martin McWhorter https://github.com/martinmcwhorter
// Definitions by: Martin McWhorter <https://github.com/martinmcwhorter>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module NgProgress {
@@ -16,4 +16,5 @@ declare module NgProgress {
complete(): void;
}
}
}