forked from angular-ui/bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
demo(accordion): clean up accordion demo
- Loading branch information
1 parent
3794506
commit 72ac2fe
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Accordion is an angular-version of bootstrap's accordion. | ||
Accordion is an AngularJS-version of bootstrap's accordion. | ||
|
||
**This** has *markdown* in it. | ||
This directive can be used to quickly generate collapsible accordion both statically (from a template) and from the dynamic model data (using the `ng-repeat` directive); |