A collection of Angular.js modules for Raceday.
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 modulesraceday.vendor.lodash
- wrapper for window._raceday.vendor.moment
- wrapper for window.momentraceday.vendor.markdown
- wrapper for window.markdown
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
.
This project is in desperate need of tests!!! Please someone setup!!!