Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

README.md collapsed example fix & bower install #231

Open
wants to merge 2 commits 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ angular.module('myApp', [require('angular-ui-layout')]);
### [Bower](http://bower.io/)

```sh
bower install angular-ui-layout\#bower
bower install angular-ui-layout
# or
bower install angular-ui-layout\#v0.0.0
# or
Expand Down Expand Up @@ -130,7 +130,7 @@ The `'central'` container takes up all the remaining space during resizing, rega
Type: `boolean`

```xml
<div ui-layout>
<div ui-layout ui-layout-loaded>
<div ui-layout-container collapsed="true"></div>
<div ui-layout-container collapsed="layout.mycontainer"></div>
</div>
Expand Down