From 82bd81dc14d2987a06e06d092a39b5ef99fc987c Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 19 Dec 2019 16:01:32 -0500 Subject: [PATCH] eg2020 preso notes Signed-off-by: Bill Erickson --- README | 8 -------- ang-notes.adoc | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 8 deletions(-) delete mode 100644 README create mode 100644 ang-notes.adoc diff --git a/README b/README deleted file mode 100644 index 939ae5a7f..000000000 --- a/README +++ /dev/null @@ -1,8 +0,0 @@ -This repo is for putting random things in. - -You can push to it from your own repos without building off of the master branch, or anything else in it really. For example: - -git add random git@git.evergreen-ils.org:working/random -git push random local_branch:user/yourusername/local_branch - -Otherwise it follows the rules of working repos. diff --git a/ang-notes.adoc b/ang-notes.adoc new file mode 100644 index 000000000..aa043ffaf --- /dev/null +++ b/ang-notes.adoc @@ -0,0 +1,25 @@ + += Ang Components and Dev Notes = + +* grid +* combobox +* date pickers +* context menu (w/ marc editor) +* services +* fm-editor +* org-select +* dialog +* accesskey +* string +* audio +* ? + +== Developer Suggestions == + +* Symlink en-US directory. + +* Always create a browser bookmark of the page you are working on + ** JS errors the prevent routing cause the page to jump back to the + root app page. + +* Only implement @Input() set functions when absolutely needed. -- 2.11.0