commit | a47185929e61175d233c86c96af4de6cc87f2677 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Aug 10 14:54:51 2017 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Aug 10 15:05:38 2017 -0700 |
tree | dcd9ea78b0c71d5bb11b8a934659e65ff99e6934 | |
parent | 987a4ce0f803eba69ef602e310376e7f65572a02 [diff] [blame] |
Fixed tab bug Change-Id: I55112e50012633c3a2a60cceafcae216103a6535
diff --git a/src/app/views/crud/crud.html b/src/app/views/crud/crud.html index 17ff51a..27e93e5 100644 --- a/src/app/views/crud/crud.html +++ b/src/app/views/crud/crud.html
@@ -42,7 +42,7 @@ </div> <div ng-if="!vm.list"> - <uib-tabset active="active"> + <uib-tabset> <uib-tab heading="{{vm.data.model}}"> <div class="panel-body"> <xos-form ng-model="vm.model" config="vm.formCfg"></xos-form>