Ghost/core/client/controllers
Kevin Ansfield 12fcffcada Ensure incomplete tags aren't lost on save
closes #2991, references #2172, references #2453
- moved and separated tags logic from EditorTagsView into PostTagsInputController/View
- call out to PostTagsInputController when saving post to ensure an incomplete tag is completed before save
- added Tab key support for suggestion selection / tag completion
- don't show suggestions list when input field doesn't have focus
- added code for #2172 but left commented-out as it causes side effects with completion on save
- updated suggestion highlighting so it doesn't bork on html/regex chars (#2453)
2014-06-24 12:14:27 +02:00
..
editor Fix warning about transitionTo being deprecated 2014-06-23 12:14:41 +01:00
modals Fix promise rejection 2014-06-22 14:49:09 -04:00
posts Fix promise rejection 2014-06-22 14:49:09 -04:00
settings Merge pull request #2967 from szelpe/settings-apps 2014-06-22 09:04:14 +01:00
application.js Implement signup in Ember 2014-05-23 12:17:28 -05:00
debug.js Move debug page from /settings/debug to /debug 2014-05-19 19:18:07 +02:00
forgotten.js Add validation for signin/signup 2014-06-23 21:17:57 -05:00
post-settings-menu.js Fix promise rejection 2014-06-22 14:49:09 -04:00
post-tags-input.js Ensure incomplete tags aren't lost on save 2014-06-24 12:14:27 +02:00
posts.js Get single post from API by id and query params; Auto-sort posts list 2014-06-17 18:10:11 -04:00
reset.js Created ResetController. 2014-03-31 13:06:28 +02:00
settings.js Hide settings/apps unless apps:true is in config.js 2014-06-23 20:27:51 +01:00
signin.js Add validation for signin/signup 2014-06-23 21:17:57 -05:00
signup.js Add validation for signin/signup 2014-06-23 21:17:57 -05:00