angular-filemanager icon indicating copy to clipboard operation
angular-filemanager copied to clipboard

Installation

Open SeanFacer opened this issue 8 years ago • 4 comments

Hi Guys,

I'm trying to add this to my codeignitor project. I'm not getting anything though. Below is my code.

<html lang="en">
<head>
    <!-- angular-filemanager third party -->
    <script src="<?php echo base_url()?>bower_components/angular/angular.min.js"></script>
    <script src="<?php echo base_url()?>bower_components/angular-translate/angular-translate.min.js"></script>
    <script src="<?php echo base_url()?>bower_components/jquery/dist/jquery.min.js"></script>
    <script src="<?php echo base_url()?>bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
    <link rel="stylesheet" href="<?php echo base_url()?>bower_components/bootswatch/paper/bootstrap.min.css" />

    <link rel="stylesheet" href="<?php echo base_url()?>bower_components/angular-filemanager/dist/angular-filemanager.min.css">
    <script src="<?php echo base_url()?>bower_components/angular-filemanager/dist/angular-filemanager.min.js"></script>
</head>
<body >
    <angular-filemanager></angular-filemanager>
    <h1>asddsaads</h1>
</body>
</html>

SeanFacer avatar Mar 20 '17 17:03 SeanFacer

@durasj I tried your php bundle that didnt work either, am I missing something simple here, I'm fairly new to angular?

SeanFacer avatar Mar 20 '17 17:03 SeanFacer

Hi @SeanFacer,

could you please say what error do you get, how you know it's not working?

durasj avatar Mar 20 '17 19:03 durasj

Hi

@durasj thanks for your quick response!, theres no error, nothing displays

Thanks

SeanFacer avatar Mar 21 '17 10:03 SeanFacer

Hi,

so I guess there has to be some JS error in the console or otherwise, JS isn't loaded at all.

Could you please check the console in the developer tools?

durasj avatar Mar 25 '17 16:03 durasj