commit | 1dc8f3f81f6597f725981619077085684600ffd5 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Wed Apr 13 10:19:55 2016 -0700 |
committer | Matteo Scandolo <teo@onlab.us> | Wed Apr 13 10:19:55 2016 -0700 |
tree | b0a29081b7bcd3f64cc46a67a3ecf01099facfe7 | |
parent | bd2e5cd3b96cf0b6d56f697e11f575bb778d74ba [diff] [blame] |
Removed old API generator and fixed generator tests
diff --git a/views/ngXosLib/generator-xos/app/templates/src/index.html b/views/ngXosLib/generator-xos/app/templates/src/index.html index f546c21..eeb0dec 100644 --- a/views/ngXosLib/generator-xos/app/templates/src/index.html +++ b/views/ngXosLib/generator-xos/app/templates/src/index.html
@@ -4,7 +4,7 @@ <!-- inject:css --> <!-- endinject --> -<div ng-app="xos.<%= name %>" id="xos<%= fileName %>" class="container"> +<div ng-app="xos.<%= name %>" id="xos<%= fileName %>" class="container-fluid"> <div ui-view></div> </div>