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

Commit 243bad3

Browse files
committed
docs(cb-a11y): Initial structure: commit message fix.
1 parent 09214c0 commit 243bad3

File tree

7 files changed

+10
-3
lines changed

7 files changed

+10
-3
lines changed

public/docs/_examples/cb-a11y/ts/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ karma-test-shim.js
88
tsconfig.json
99
npm-debug*.
1010
**/protractor.config.js
11+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<h1 id="top">A11y Cookbook</h1>
1+
<h1 id="top">A11y Cookbook </h1>

public/docs/_examples/cb-a11y/ts/app/app.component.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ import {Component} from 'angular2/core';
44
selector: 'app',
55
templateUrl: 'app/app.component.html',
66
})
7-
export class AppComponent { }
7+
export class AppComponent {
8+
9+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import {bootstrap} from 'angular2/platform/browser';
22
import {AppComponent} from './app.component';
33

4+
45
bootstrap(AppComponent);
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

public/docs/_examples/cb-a11y/ts/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<html>
33
<head>
44
<title>A11y demonstration</title>
5+
56
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
68
<link rel="stylesheet" href="styles.css">
79

810
<!-- IE required polyfills, in this exact order -->

public/docs/_examples/cb-a11y/ts/plnkr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"!**/*.d.ts",
55
"!**/*.js"
66
],
7-
"tags":["cookbook", "component"]
7+
"tags":["cookbook", "a11y"]
88
}

0 commit comments

Comments
 (0)