README
ember-mb-pop-over
{{#pop-over as |p|}}
{{#p.anchor}}Click Me{{/p.anchor}}
{{#p.body}}
The pop-over contents
{{/p.body}}
{{/pop-over}}
Installation
git clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
Running Tests
ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.