Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit 651d482

Browse files
author
Wassim CHEGHAM
committed
fix: update rawgit link
1 parent 5bf9204 commit 651d482

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

angular/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
## Getting started
99

10-
You can see this demo directly here: https://rawgit.com/webcomponents/angular-interop/06d5a154ba295a3d2fd6ab79ddbf6a7405f6a0e8/angular2/index.html
11-
(Thanks to [Kent C. Dodds](https://github.com/kentcdodds) for the protip!)
10+
You can see this demo directly here: https://cdn.rawgit.com/webcomponents/angular-interop/5bf92049/angular/index.html
11+
(Thanks to [Kent C. Dodds](https://github.com/kentcdodds) for the pro tip!)
1212

1313
Or, in order to run it locally you'll need to:
1414

angular/app/app.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Component } from '@angular/core';
55
template: `
66
77
<fieldset>
8-
<legend>Angular 2</legend>
8+
<legend>Angular</legend>
99
<p><span>Angular2 binding is <b>{{ cool }}</b>!</span></p>
1010
<p><input type="text" [(ngModel)]="cool"></p>
1111
<b>contenteditable:</b> <div

0 commit comments

Comments
 (0)