From 7955dbcc9272f258c9b36e67853471e59d851cac Mon Sep 17 00:00:00 2001 From: Alex Tatiyants Date: Sun, 3 Jan 2016 21:34:35 -0800 Subject: create common nav, update README --- app/components/plan-view/plan-view.html | 7 +------ app/components/plan-view/plan-view.ts | 3 +-- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'app/components/plan-view') diff --git a/app/components/plan-view/plan-view.html b/app/components/plan-view/plan-view.html index ab9b7dc..8ebe525 100644 --- a/app/components/plan-view/plan-view.html +++ b/app/components/plan-view/plan-view.html @@ -32,13 +32,8 @@ - -
+

{{plan.name}}

{{executionTime}} diff --git a/app/components/plan-view/plan-view.ts b/app/components/plan-view/plan-view.ts index ab4e6a3..1ec3855 100644 --- a/app/components/plan-view/plan-view.ts +++ b/app/components/plan-view/plan-view.ts @@ -1,6 +1,5 @@ import {Component, OnInit} from 'angular2/core'; -import {RouteParams} from 'angular2/router'; -import {ROUTER_DIRECTIVES} from 'angular2/router'; +import {ROUTER_DIRECTIVES, RouteParams} from 'angular2/router'; import {IPlan} from '../../interfaces/iplan'; import {PlanService} from '../../services/plan-service'; -- cgit v1.2.3