From aee2cb5292cfa646e2c70c3a93ad47813dbac4e6 Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 5 Oct 2017 11:05:03 +0800 Subject: [PATCH 1/2] README.md collapsed example fix & bower install Collapsed doesn't work without ui-layout-loaded attribute. Also updated bower install instructions based on https://github.com/angular-ui/ui-layout/issues/183 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ec2ab7..e6259bd 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ bower install angular-ui-layout\#bower bower install angular-ui-layout\#v0.0.0 # or bower install angular-ui-layout\#src0.0.0 +# or +bower install angular-ui-layout ``` This will copy the UI.Layout files into a `bower_components` folder, along with its dependencies. Load the script files in your application: @@ -130,7 +132,7 @@ The `'central'` container takes up all the remaining space during resizing, rega Type: `boolean` ```xml -
+
From ab7aecf04633364a70627f3bc1120dbc5711fc21 Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 5 Oct 2017 13:28:01 +0800 Subject: [PATCH 2/2] Updated README.md Replaced the #bower install command instead of adding another one to the end. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e6259bd..7d33dd6 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,11 @@ 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 bower install angular-ui-layout\#src0.0.0 -# or -bower install angular-ui-layout ``` This will copy the UI.Layout files into a `bower_components` folder, along with its dependencies. Load the script files in your application: