From 52bd19994b76d96b0b1de634ac0f3296840560d6 Mon Sep 17 00:00:00 2001 From: Roza Moustafa Date: Thu, 3 Dec 2015 10:35:21 +0100 Subject: [PATCH] html kode for modal --- src/components/map/map.html | 23 +++++++++++++++++++++++ src/components/map/map.ts | 4 ++++ 2 files changed, 27 insertions(+) diff --git a/src/components/map/map.html b/src/components/map/map.html index ad19e7d..ec42aea 100644 --- a/src/components/map/map.html +++ b/src/components/map/map.html @@ -1 +1,24 @@
+ + + + + + + + \ No newline at end of file diff --git a/src/components/map/map.ts b/src/components/map/map.ts index 507ae2c..cbdb410 100644 --- a/src/components/map/map.ts +++ b/src/components/map/map.ts @@ -271,6 +271,10 @@ export class Map { } + visModal(){ + return true; + } + addUnit() { let parent = this.getParent(); let pos = this.getcurrentPos(); -- 2.43.5