manisto / angular-lte

AngularJS 1.x bindings for the bootstrap admin-lte skin.

Home Page:https://manisto.github.io/angular-lte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-lte

Documentation under way. For now, you can have a look at https://manisto.github.io/angular-lte to see the demo, or look at the documentation in the individual source folders for the components.

Getting started

Run the following in your command:

npm install --save angularjs-admin-lte

You need to include the following two scripts in your app:

<script src="/node_modules/angularjs-admin-lte/angular-lte.min.js"></script>
<script src="/node_modules/angularjs-admin-lte/angular-lte.templates.js"></script>

Now you simply need to include the module in your AngularJS app:

angular.module("my-app", ["angular-lte"]);

About

AngularJS 1.x bindings for the bootstrap admin-lte skin.

https://manisto.github.io/angular-lte


Languages

Language:TypeScript 79.7%Language:HTML 11.9%Language:JavaScript 8.4%