Skip to content

njovy/play-angular-material-require-seed

Repository files navigation

Example application for Play+AngularJS+Material+RequireJS.

Intro

This template application shows how to organize your application with Playframework, WebJars, RequireJS, AngularJS, and Angular Material

It adds angular material to play-angular-require-seed. Play-Angular-Require-Seed.

Used Versions

  • Play Framework: 2.3.8
  • RequireJS: 2.1.17
  • AngularJS: 1.3.15
  • Angular Material: 0.9.0-rc2

Code Organization

The JavaScript modules are organized as follows:

|- app
|-- assets
|--- javascripts    <- contains all the JavaScript/CoffeeScript modules
|---- app.js        <- app module, wires everything together
|---- main.js       <- tells RequireJS how to load modules and bootstraps the app
|---- common/       <- a module, in this case
|----- main.js      <- main file of the module, loads all sub-files in this folder
|----- filters.js   <- common's filters
|----- directives/  <- common's directives
|----- services/    <- common's services
|---- ...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published