2 lines
82 B
JavaScript
2 lines
82 B
JavaScript
var app = angular.module( 'app', [ 'ui.router',
|
|
'nvd3ChartDirectives' ] );
|