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

Commit f7d6a62

Browse files
committed
fix plunkers
1 parent d9b12f3 commit f7d6a62

File tree

64 files changed

+119
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+119
-74
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ var _exampleBoilerplateFiles = [
9494
];
9595

9696
var _exampleUnitTestingBoilerplateFiles = [
97-
'browser-test-shim.js',
97+
'src/browser-test-shim.js',
9898
'karma-test-shim.js',
9999
'karma.conf.js'
100100
];
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"description": "QuickStart",
3+
"basePath": "src/",
4+
"files": [
5+
"app/app.component.ts",
6+
"index.html"
7+
],
8+
"open": "app/app.component.ts",
9+
"tags": ["quickstart"]
10+
}

public/docs/_examples/animations/ts/plnkr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"description": "Angular Animations",
3+
"basePath": "src/",
34
"files":[
45
"!**/*.d.ts",
56
"!**/*.js"

public/docs/_examples/architecture/ts/plnkr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"description": "Intro to Angular",
3+
"basePath": "src/",
34
"files":[
45
"!**/*.d.ts",
56
"!**/*.js",

public/docs/_examples/attribute-directives/ts/plnkr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"description": "Attribute Directive",
3+
"basePath": "src/",
34
"files":[
45
"!**/*.d.ts",
56
"!**/*.js",

public/docs/_examples/cb-ajs-quick-reference/ts/plnkr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"description": "AngularJS to Angular Quick Reference",
3+
"basePath": "src/",
34
"files":[
45
"!**/*.d.ts",
56
"!**/*.js",
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"description": "Component Communication Cookbook samples",
3+
"basePath": "src/",
34
"files":[
4-
"!**/*.d.ts",
5+
"!**/*.d.ts",
56
"!**/*.js"
67
],
78
"tags":["cookbook", "component"]
8-
}
9+
}

public/docs/_examples/cb-component-relative-paths/ts/plnkr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"description": "Module-relative Paths",
3+
"basePath": "src/",
34
"files": [
45
"!**/*.d.ts",
56
"!**/*.js"
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"description": "Dependency Injection",
3+
"basePath": "src/",
34
"files":[
4-
"!**/*.d.ts",
5+
"!**/*.d.ts",
56
"!**/*.js",
67
"!**/*.[1].*"
78
],
89
"tags":["cookbook"]
9-
}
10+
}

public/docs/_examples/cb-dynamic-form/ts/plnkr.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"description": "Dynamic Form",
3+
"basePath": "src/",
34
"files":[
4-
"!**/*.d.ts",
5+
"!**/*.d.ts",
56
"!**/*.js",
67
"!**/*.[1].*"
78
],

0 commit comments

Comments
 (0)