diff options
| author | ARC <arjunrc@gmail.com> | 2015-04-28 11:26:57 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-04-28 11:26:57 -0400 |
| commit | 6fa29c170159e7bfbcaf7681cdfb52ba7f98cac0 (patch) | |
| tree | 0039de6ab6324d0d91cb63383a290a9205541043 /www/index.html | |
| parent | 6e83957c0231d48eb9f29d1270806cadef3a3c6d (diff) | |
Events navigation not works with a cool full screen mode and floating buttons
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html index a1036a84..2ddb0be2 100644 --- a/www/index.html +++ b/www/index.html @@ -8,7 +8,9 @@ <link href="lib/ionic/css/ionic.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> - <link href="lib/nvd3/nv.d3.min.css" rel="stylesheet"> + <link href="lib/ng-mfb/mfb/src/mfb.css" rel="stylesheet"> + + <!-- IF using Sass (run gulp sass first), then uncomment below and remove the CSS includes above <link href="css/ionic.app.css" rel="stylesheet"> @@ -37,7 +39,7 @@ <script src="lib/angular-google-chart/ng-google-chart.js"></script> - + <script src="lib/ng-mfb/src/mfb-directive.js"></script> </head> |
