Skip to content

Commit d6b5155

Browse files
committed
removed target of eplnkr to avoid extra tab opening
1 parent f95a3e4 commit d6b5155

File tree

31 files changed

+31
-31
lines changed

31 files changed

+31
-31
lines changed

resources/live-examples/a1-a2/a1/2-way/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[story.controller.js][content]" value="(function () {
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[story.controller.js][content]" value="(function () {
22
angular
33
.module('app', [])
44
.controller('StoryController', StoryController);

resources/live-examples/a1-a2/a1/binding-events/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[vehicles.controller.js][content]" value="(function () {
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[vehicles.controller.js][content]" value="(function () {
22
angular
33
.module('app', [])
44
.controller('VehiclesController', VehiclesController);

resources/live-examples/a1-a2/a1/controller/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[story.controller.js][content]" value="(function () {
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[story.controller.js][content]" value="(function () {
22
angular
33
.module('app', [])
44
.controller('StoryController', StoryController);

resources/live-examples/a1-a2/a1/http/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[vehicle.service.js][content]" value="(function() {
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[vehicle.service.js][content]" value="(function() {
22
'use strict';
33
44
angular

resources/live-examples/a1-a2/a1/property-binding/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[story.controller.js][content]" value="(function () {
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[story.controller.js][content]" value="(function () {
22
angular
33
.module('app', [])
44
.controller('StoryController', StoryController);

resources/live-examples/a1-a2/a1/services/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[vehicle.service.js][content]" value="(function () {
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[vehicle.service.js][content]" value="(function () {
22
'use strict';
33
44
angular

resources/live-examples/a1-a2/a1/structural-directives/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[vehicles.controller.js][content]" value="(function () {
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[vehicles.controller.js][content]" value="(function () {
22
angular
33
.module('app', [])
44
.controller('VehiclesController', VehiclesController);

resources/live-examples/a1-a2/a2/2-way/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
22
33
@Component({
44
moduleId: module.id,

resources/live-examples/a1-a2/a2/binding-events/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[app/app.component.ts][content]" value="// our root app component
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[app/app.component.ts][content]" value="// our root app component
22
import { Component } from '@angular/core';
33
44
@Component({

resources/live-examples/a1-a2/a2/component/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[app/app.module.ts][content]" value="import { NgModule } from '@angular/core';
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[app/app.module.ts][content]" value="import { NgModule } from '@angular/core';
22
import { BrowserModule } from '@angular/platform-browser';
33
44
import { StoryComponent } from './story.component';

resources/live-examples/a1-a2/a2/http/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
22
33
@Component({
44
moduleId: module.id,

resources/live-examples/a1-a2/a2/property-binding/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[app/app.component.ts][content]" value="// our root app component
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[app/app.component.ts][content]" value="// our root app component
22
import { Component } from '@angular/core';
33
44
@Component({

resources/live-examples/a1-a2/a2/services/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[app/app.module.ts][content]" value="import { NgModule } from '@angular/core';
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[app/app.module.ts][content]" value="import { NgModule } from '@angular/core';
22
import { BrowserModule } from '@angular/platform-browser';
33
import { FormsModule } from '@angular/forms';
44

resources/live-examples/a1-a2/a2/structural-directives/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[app/app.module.ts][content]" value="import { NgModule } from '@angular/core';
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[app/app.module.ts][content]" value="import { NgModule } from '@angular/core';
22
import { BrowserModule } from '@angular/platform-browser';
33
44
import { VehiclesComponent } from './vehicles.component';

resources/live-examples/component-input-output/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
22
import { HTTP_PROVIDERS } from '@angular/http';
33
44
import { CharactersComponent } from './characters.component';

resources/live-examples/component-nest/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[app/app.module.ts][content]" value="import { NgModule } from '@angular/core';
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[app/app.module.ts][content]" value="import { NgModule } from '@angular/core';
22
import { BrowserModule } from '@angular/platform-browser';
33
44
import { CharacterComponent } from './character.component';

resources/live-examples/component-simple/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[app/app.module.ts][content]" value="import { NgModule } from '@angular/core';
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[app/app.module.ts][content]" value="import { NgModule } from '@angular/core';
22
import { BrowserModule } from '@angular/platform-browser';
33
44
import { CharacterComponent } from './character.component';

resources/live-examples/data-binding/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
22
33
@Component({
44
moduleId: module.id,

resources/live-examples/http-async/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
22
33
@Component({
44
moduleId: module.id,

resources/live-examples/http-promise/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
22
33
@Component({
44
moduleId: module.id,

resources/live-examples/http/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
22
33
@Component({
44
moduleId: module.id,

resources/live-examples/lifecycle/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
22
33
@Component({
44
moduleId: module.id,

resources/live-examples/need-http/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
22
33
@Component({
44
moduleId: module.id,

resources/live-examples/need-router/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
22
33
@Component({
44
moduleId: module.id,

resources/live-examples/need-services/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
22
33
import { CharacterListComponent } from './character-list.component';
44

resources/live-examples/router-eager/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[app/app-routing.module.ts][content]" value="import { NgModule } from '@angular/core';
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[app/app-routing.module.ts][content]" value="import { NgModule } from '@angular/core';
22
import { Routes, RouterModule } from '@angular/router';
33
44
import { PageNotFoundComponent } from './page-not-found.component';

resources/live-examples/router-guard/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[app/app-routing.module.ts][content]" value="import { NgModule } from '@angular/core';
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[app/app-routing.module.ts][content]" value="import { NgModule } from '@angular/core';
22
import { Routes, RouterModule } from '@angular/router';
33
44
import { CharactersComponent } from './characters/characters.component';

resources/live-examples/router-lazy/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[app/app-routing.module.ts][content]" value="import { NgModule } from '@angular/core';
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[app/app-routing.module.ts][content]" value="import { NgModule } from '@angular/core';
22
import { Routes, RouterModule } from '@angular/router';
33
44
import { PageNotFoundComponent } from './page-not-found.component';

resources/live-examples/router/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[app/app-routing.module.ts][content]" value="import { NgModule } from '@angular/core';
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[app/app-routing.module.ts][content]" value="import { NgModule } from '@angular/core';
22
import { Routes, RouterModule } from '@angular/router';
33
44
import { CharacterListComponent } from './characters/character-list.component';

resources/live-examples/services-and-di/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[app/app.component.ts][content]" value="import { Component } from '@angular/core';
22
33
@Component({
44
moduleId: module.id,

resources/live-examples/storyline-tracker/eplnkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview" target="eplnkr"><input type="hidden" name="entries[api/in-memory-store.service.ts][content]" value="export class InMemoryStoreService {
1+
<html lang="en"><head></head><body><form id="mainForm" method="post" action="https://embed.plnkr.co?show=preview"><input type="hidden" name="entries[api/in-memory-store.service.ts][content]" value="export class InMemoryStoreService {
22
/**
33
* Creates fresh copy of data each time.
44
* Safe for consuming service to morph arrays and objects.

0 commit comments

Comments
 (0)