Skip to content

smfeest/angular-popover-menu

Repository files navigation

Angular popover menu

Angular module for popover menus.

Getting started

Installing the Node, Bower and Typings dependencies

npm install

Starting the development server

npm start

Building the application

gulp

Watching for changes to LESS and TypeScript files

gulp watch

## Project structure

bower_components/    Runtime dependencies
node_modules/        Dev dependencies
src/                 Source files
  scripts/           TypeScript source files
  styles/            LESS source files
typings/             TypeScript definition files
www/                 Public root
  assets/            Public assets
    scripts/         JavaScript files
      app.js         Compiled application scripts
      lib.js         Concatenated library scripts
    styles/          CSS stylesheets
      app.css        Compiled application styles
    templates/       Angular templates

Package managers

  • npm for build and dev dependencies
  • Bower for runtime dependencies
  • Typings for TypeScript type definitions

About

Angular module for popover menus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published