angular-point-discussion-thread

6.0.0 • Public • Published

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>

Dependencies (0)

    Dev Dependencies (8)

    Package Sidebar

    Install

    npm i angular-point-discussion-thread

    Weekly Downloads

    0

    Version

    6.0.0

    License

    MIT

    Unpacked Size

    18.1 kB

    Total Files

    16

    Last publish

    Collaborators

    • scatcher