Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit edc7f07

Browse files
chore(version): update to Angular 1.6
Changed the download modal to reference 1.6 (release-candidate).
1 parent 78f5c8b commit edc7f07

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const utils = require('./utils');
1212
const ROOT_DIR = '.';
1313
const DST_DIR = 'build';
1414
const SRC_DIR = 'src';
15-
const CDN_VERSIONS = ['1.2', '1.5'];
15+
const CDN_VERSIONS = ['1.2', '1.5', '1.6'];
1616
const CDN_REPLACE_FILES = ['index.html', 'js/download-data.js'];
1717
const GIT_BRANCH_DIST = 'dist';
1818
const PTOR_CONF = 'protractorConf.js';

src/js/download-data.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
angular.module('download-data', [])
22

33
.value('BRANCHES', [
4+
{
5+
branch: '1.6.*', version: '${CDN_VERSION_1_6}',
6+
title: '1.6.x (release candidate)',
7+
cssClass: 'branch-1-6-x',
8+
showOnButton: true
9+
},
410
{
511
branch: '1.5.*', version: '${CDN_VERSION_1_5}',
612
title: '1.5.x (stable)',

0 commit comments

Comments
 (0)