Skip to content

My commonly needed modules/directives when creating an angularjs app

Notifications You must be signed in to change notification settings

amcpanaligan/amc-angular-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amc-angular-seed

I got tired of re-downloading these 3rd party directives everytime I create an angularjs app. So I created a seed app for them.

cd C:\your\git\clone\directory
'npm install' to install gulp dependencies
'bower install' to install angular, bootstrap, and other dependencies
'gulp concat' to concat all js/application source files as one js file (debug mode)
'gulp uglify' to minify all js/application source files (performance-wise, loads faster)
GGWP!!

Components

  • a0-angular-storage
  • angular
  • angular-auto-validate
  • angular-block-ui
  • angular-bootstrap
  • angular-bootstrap-datetimepicker
  • angular-datatables
  • angular-ui-router
  • bootstrap
  • datatables
  • font-awesome
  • jquery
  • moment

About

My commonly needed modules/directives when creating an angularjs app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published