Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.01 KB

File metadata and controls

40 lines (28 loc) · 1.01 KB

Angular Modules

A collection of Angular.js modules for Raceday.

Module Namespaces

Get the entire collection: raceday

Or if you want to pick and choose which to use:

  • raceday.activity
  • raceday.animation
  • raceday.errors
  • raceday.events
  • raceday.forms
  • raceday.jsonHelpers
  • raceday.metadata
  • raceday.prompt
  • raceday.search
  • raceday.stringHelpers
  • raceday.uiRouterAddons
  • raceday.urlHelpers

There are also a couple of vendor module wrappers:

  • raceday.vendor.ui.bootstrap.tpls - pulls in a few ui-bootstrap modules
  • raceday.vendor.lodash - wrapper for window._
  • raceday.vendor.moment - wrapper for window.moment
  • raceday.vendor.markdown - wrapper for window.markdown

Contribute

This project requires Node/NPM, Grunt, Ruby. After you have those three installed, you can run source install.sh to install all remaining dependencies.

Compile dist files by running grunt.

Tests

This project is in desperate need of tests!!! Please someone setup!!!