Skip to content

Please add Dynamic options checking #9

Description

@unluckynelson

Please add this to your directive:

var OptsWatcher = scope.$watch('options', function () {
    jQuery(span).peity(chartType, options);
}, true);

scope.$on('$destroy', function () {
    watcher();
    OptsWatcher();
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions