issues
search
rootux
/
angular-highcharts-directive
An Angular Js Directive which allows to simplify the use of Highcharts charts
MIT License
160
stars
70
forks
source link
updates via $watch
#9
Closed
clouddueling
closed
11 years ago
clouddueling
commented
11 years ago
For some reason $watch was not updating when changes happen now it does
changed $.extend to angular.extend
$watch is now watching an object not just a var
removed the template because it was unnecessary (maybe I'm wrong?)
I made the naming of the directive more relevant