All notable changes to this project are documented in this file.
- No functional changes. Bumped copyright year and added license header to angular-flot.js.
- Use
$timeout
instead ofscope.$apply
in event handlers. See also issue #30.
- Properly destroy the plot when the directive is being destroyed. Contributed by @Botffy.
- Watch width and height attributes. Contributed by @gudubeth.
- Prevent double initialization when both a dataset and plot options are given. Thanks to @liuce for the patch.
- Switch to semistandard-format (that performs semicolon insertion) to reformat source code since the lack of semicolon broke some builds.
- Added pie chart example.
- Added categories chart example.
- Removed development dependency on CoffeeScript. Use plain old ES5.
- Forward "plotclick" and "plothover" events to controller (thanks to Itsiki Avidan) [#21, #22].
- BREAKING CHANGE: Initial watch is done with scope.$watch instead of scope.$watchCollection.