mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
fix tagging
This commit is contained in:
@@ -69,7 +69,7 @@ module.directive('tags', function() {
|
||||
if (newValue && oldValue && newValue != oldValue) {
|
||||
var data = {
|
||||
entryId : $scope.entry.id,
|
||||
tags : newValue
|
||||
tags : newValue.split(',')
|
||||
};
|
||||
EntryService.tag(data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user