Skip to content

Commit

Permalink
Merge pull request #5 from gabrielhpugliese/remove-bootstrap
Browse files Browse the repository at this point in the history
Remove bootstrap
  • Loading branch information
gabrielhpugliese committed Jan 4, 2015
2 parents b88df0e + 1d803f7 commit 20d93c4
Show file tree
Hide file tree
Showing 9 changed files with 129 additions and 366 deletions.
1 change: 0 additions & 1 deletion .meteor/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions .meteor/packages

This file was deleted.

1 change: 0 additions & 1 deletion .meteor/release

This file was deleted.

5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,13 @@ In your body or any template, you can simply add the calendar view (required), n
```html
<body>
{{> calendar}}
{{> new_event_modal}}
{{> event_details}}
</body>
```

## Configuration

If you want to have your own event view/model, just rewrite
new_event_modal and event_details views. Use `Calendar` collection to
`new_event_modal` and `event_details` views. Use `Calendar` collection to
add events.

I'm using [Mesosphere](https://github.com/copleykj/Mesosphere) for form validation. Take a look how to do it in
Expand All @@ -42,6 +40,7 @@ lib/forms.js
## Third party projects included

Thanks for those wonderful packages I'm using:
* [Anti:Modals](https://atmospherejs.com/anti/modals) for modals
* [Mesosphere](https://github.com/copleykj/Mesosphere) for form
validation
* [FullCalendar](http://arshaw.com/fullcalendar/) for Google Calendar-like UI
207 changes: 0 additions & 207 deletions client/compatibility/jquery.livequery.js

This file was deleted.

Loading

0 comments on commit 20d93c4

Please sign in to comment.