We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am trying to incorporate angular-nvd3. But it seems missing something. Can you give me a help?
It said "Unknown provider: nvd3Provider <- nvd3 <- clientDashBoardPageCtrl"
I am using angular 1.5x, and some essential code is below.
in my app.js
var myApp = angular.module('myApp',[/*'ngRoute',*/ 'ngAnimate', 'ngResource', 'ui.router', 'nvd3']);
in the controller.js
myApp.controller('clientDashBoardPageCtrl', ['$scope', '$state', 'emitEventNameService', 'urlService', 'nvd3', function($scope, $state, emitEventNameService, urlService, nvd3, ) {
in index.html
<script src="node_modules/angular/angular.js"></script> <script src="node_modules/d3/d3.js"></script> <script src="node_modules/nvd3/build/nv.d3.js"></script> <!-- or use another assembly --> <script src="node_modules/angular-nvd3/dist/angular-nvd3.js"></script> <link rel="stylesheet" href="node_modules/nvd3/build/nv.d3.css">
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I am trying to incorporate angular-nvd3. But it seems missing something. Can you give me a help?
It said "Unknown provider: nvd3Provider <- nvd3 <- clientDashBoardPageCtrl"
I am using angular 1.5x, and some essential code is below.
in my app.js
in the controller.js
in index.html
The text was updated successfully, but these errors were encountered: