we have implemented jqgrid in our project to view tables, but I want to move the implementation to smart table from angular js, this is the following reference for my conclusion
Best way to represent a Grid or Table in AngularJS with Bootstrap 3?
I want to know how do I add the smart table to my angular application, I have downloaded smart table source from
http://lorenzofox3.github.io/smart-table-website/
it was mentioned that to add this smart table to our application we have to write
angular.module('myApp',['smart-table']
but how will the application know where is my smart-table source code, I mean do I have to mention path in like this ??
<script LANGUAGE="JavaScript" type="text/javascript" src=" "></script>
what should I point the src to ??