ignacioola / insights

A JavaScript library to visualize and navigate graphs
200 stars 42 forks source link

Can not work with Angular JS? #9

Open Ceall8650 opened 9 years ago

Ceall8650 commented 9 years ago

OK, It works....

Why can't I use " require" in insights.standalone.js with angular? It return : "Uncaugh t ReferenceError: require is not defined"

<html lang="en">
<head>
        <script src="lib/angular/angular.min.js"></script>
     <script src="lib/insights.standalone.js"></script>
</head>
<body>
</body>
</html>