index.html 1.43 KB
<html ng-app="focaCrearNotaPedido">
    <head>
        <meta charset="UTF-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
        
        <!--CSS-->
        <link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/>
        <link href="node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet"/>

        <!--VENDOR JS-->
        <script src="node_modules/jquery/dist/jquery.min.js"></script>
        <script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
        <script src="node_modules/angular/angular.min.js"></script>
        <script src="node_modules/angular-route/angular-route.min.js"></script>
        <script src="node_modules/ui-bootstrap4/dist/ui-bootstrap-tpls.js"></script>

        <script src="node_modules/foca-modal-vendedores/dist/foca-modal-vendedores.min.js"></script>
        <script src="node_modules/foca-modal-busqueda-productos/dist/foca-busqueda-productos.min.js"></script>
        <script src="node_modules/foca-modal-petroleras/dist/foca-modal-petroleras.min.js"></script>
        <script src="node_modules/foca-busqueda-cliente/dist/foca-busqueda-cliente.min.js"></script>

        <script src="src/js/app.js"></script>
        <script src="src/js/controller.js"></script>
        <script src="src/js/service.js"></script>
        <script src="src/etc/develop.js"></script>
    </head>
    <body ng-view>
        
    </body>
</html>