Skip to content
No description or website provided.
CoffeeScript CSS JavaScript HTML Shell
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
app
dist
scripts Fix iframe scrolling issue
spec/dash-modal Fix iframe scrolling issue
styles
.bowerrc
.gitignore
.travis.yml
CHANGELOG.md
Gruntfile.js
LICENSE.md Update license to contain SMI name and year
README.md
bower.json
bower_deploy.sh
package.json added travis configurations
testem.json

README.md

dash-modal.js

Build Status

This is the modal for the Dash platform.

Releasing a New Version

Steps to release a new version:

  1. Update the change log.
  2. Run ./bower_deploy.sh

Setup

  • install node/npm
  • npm install
  • bower install
  • npm install testem -g

Tests

Run testem

For more documentation, visit our documentation site

HTML Template Usage

Your HTML template should include the following HTML structure:

  <div class="modal-header"><h2>This is a modal title</h2></div>
  <div class="modal-content"><p>Some really cool modal content!</p></div>
  <div class="modal-footer"><button>Do stuff</button></div>

Running the sample

  1. grunt build:dist
  2. open app/index.html

License

MIT License

Something went wrong with that request. Please try again.