From 0a35cb7f4f1baa113fc2b1382dd9d43b2d74174e Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Wed, 28 Dec 2016 16:36:42 +0530 Subject: [PATCH] Add onboard modal and code refactor. - remove editur variable and replace with scope - add d-click directive to add click listeners from html - remove js-* ids from btn/modals and use directly from window - add some events to track --- src/index.html | 66 ++++++++++++++----- src/script.js | 172 +++++++++++++++++++++++++++---------------------- 2 files changed, 145 insertions(+), 93 deletions(-) diff --git a/src/index.html b/src/index.html index 0e96c6c..5673db2 100644 --- a/src/index.html +++ b/src/index.html @@ -47,6 +47,7 @@ .relative { position: relative; } + .tac { text-align: center; } .full-width { width: 100%; } .caret { display: inline-block; @@ -632,16 +633,16 @@ Add library - + New - + Save - + Open @@ -706,7 +707,7 @@ -