angular-peity icon indicating copy to clipboard operation
angular-peity copied to clipboard

An AngularJS directive for using Peity charts

Results 3 angular-peity issues
Sort by recently updated
recently updated
newest added

Please add this to your directive: ``` var OptsWatcher = scope.$watch('options', function () { jQuery(span).peity(chartType, options); }, true); scope.$on('$destroy', function () { watcher(); OptsWatcher(); }); ```

Please upload the package on `npm` please, thanks!