jettro / jettro/c3-angular-directive
initialConfig is not working
Open
- Dominant language
- JavaScript
- Stars
- 201
- Forks
- 96
- PR merge metrics
- No merged PRs in 30d
Description
Please check initial-config attribute, it is currently not accept object. I have debugged it and saw in your source code: (c3-angular.js line 861)
`
var initialConfig = attrs.initialConfig; // return string ???
`
My html:
``
My controller:
`$scope.myOptions = {data: {}};`
Am I missing something?
Thank you anyway!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.