Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken headings in Markdown files #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
##Change Log##
## Change Log ##

- 2013/10/18 : Support `ng-show`, `ng-hide` feature.
- 2013/10/17 : Fix the problems in `angularjs 1.2.0-rc.3`.

##About ngAnimate##
## About ngAnimate ##
ngAnimate is the best effect solution made for AngularJS.

ngAnimate only supports `angularjs 1.2` - because it based on the AngularJS 1.2 extras `ngAnimate.js` module.

##Animations classes##
## Animations classes ##
- toggle
- spin-toggle
- slide-left
Expand All @@ -26,7 +26,7 @@ ngAnimate only supports `angularjs 1.2` - because it based on the AngularJS 1.2
- rotate-in
- more if you have :)

##How to use?##
## How to use? ##
1. Add `ngAnimate.js` first. (from angularjs1.2 extras)
2. Add `ng-animate.css` to you website.
3. Add `animate class` in html elements which you want have some effect.
Expand Down