gonewandering / angles

An angular.js wrapper for Chart.js
MIT License
632 stars 87 forks source link

Fixes non-assignable expression error when `options` is not provided. #66

Closed marcgibbons closed 9 years ago

marcgibbons commented 9 years ago

A non-assignable expression error is thrown when the options attribute is undefined. Creating a local options variable instead of trying to assign $scope.options avoids throwing this exception.