6.0.0 • Published 2 years ago

angular-point-discussion-thread v6.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years 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

2 years ago

5.0.4

7 years ago

5.0.3

7 years ago

5.0.2

8 years ago

5.0.1

8 years ago

5.0.0

8 years ago