Skip to content

Commit

Permalink
docs: fix the 'show source' button for snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Narretz committed Jan 5, 2014
1 parent a7aa4cc commit c372cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/ngdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ Doc.prototype = {
minerrMsg;

var gitTagFromFullVersion = function(version) {
var match = version.match(/-(\w{7})/);
var match = version.match(/sha\.(\w{7})/);

if (match) {
// git sha
Expand Down

0 comments on commit c372cfc

Please sign in to comment.