mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-06 05:24:49 +01:00
3 lines
106 B
JavaScript
3 lines
106 B
JavaScript
var app = angular.module( 'app', [ 'ui.router',
|
|
'nvd3ChartDirectives',
|
|
'angularMoment' ] );
|