gothinkster / angular-realworld-example-app

Exemplary real world application built with Angular

Home Page:https://angular.realworld.how/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tag not saving when publishing articles

skopekreep opened this issue · comments

When the 'Publish Article" button pressed, an entered tag is not saved to the database. Currently the only way to save a tag is by typing it in the tag field and hitting the Enter key.

It is arguable that a more natural and intuitive editing workflow involves adding/editing content (including tags) and saving all additions/edits with the single click of the 'Publish Article' button.

** A pull request has been submitted to rectify this issue. **

Pull Request #102 resolved the issue. Can close the issue.

fixed via 01f1640