commit | a1f748d3805b364b74cec24f3df279dfef3861b1 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Feb 03 13:35:15 2017 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Feb 03 13:35:15 2017 -0800 |
tree | 3a8510e678c8a17008a756bbe2f4a566102e23ff | |
parent | 8b2370ce407bfd23e3c27df60b87d2a14c9eb59b [diff] [blame] |
Changed html structure around ui-view Change-Id: I7b0c841870c32f3db4c99d6734611d5d21a83567
diff --git a/src/app/main.html b/src/app/main.html index b278921..a96b5b2 100644 --- a/src/app/main.html +++ b/src/app/main.html
@@ -17,6 +17,10 @@ <xos-nav></xos-nav> - <div ui-view></div> + <div class="content"> + <div class="container-fluid"> + <div ui-view></div> + </div> + </div> </div> \ No newline at end of file