6.0.0 • Published 1 year ago

angular-point-discussion-thread v6.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
1 year ago

angular-point-discussion-thread

Simple discussion thread directive for angular point.

Installation

bower install angular-point-discussion-thread --save

Example for Instantiation in Model Constructor

Optionally add to constructor on model

function Project(obj) {
    var self = this;
    _.extend(self, obj);
    self.discussionThread = discussionThreadFactory.createDiscussionObject(self, 'myDiscussionProperty');
}

Using the Directive

<div ap-discussion-thread 
    data-field-name="'myDiscussionProperty'" 
    data-list-item="project"></div>
6.0.0

1 year ago

5.0.4

6 years ago

5.0.3

6 years ago

5.0.2

7 years ago

5.0.1

7 years ago

5.0.0

7 years ago