We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736e299 commit 362dd17Copy full SHA for 362dd17
docs/config/services/deployments/production.js
@@ -15,7 +15,7 @@ var cdnUrl = googleCdnUrl + versionInfo.cdnVersion;
15
// docs.angularjs.org and code.angularjs.org need them.
16
var versionPath = versionInfo.currentVersion.isSnapshot ?
17
'snapshot' :
18
- (versionInfo.currentVersion.version || versionInfo.currentVersion.version);
+ versionInfo.currentVersion.version;
19
var examplesDependencyPath = angularCodeUrl + versionPath + '/';
20
21
module.exports = function productionDeployment(getVersion) {
0 commit comments