Skip to content

Commit

Permalink
#15 Fix the Action button's label in the observables list when return…
Browse files Browse the repository at this point in the history
…ing back from export page
  • Loading branch information
nadouani committed Nov 16, 2016
1 parent db0c3f2 commit e47513c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="col-md-12">
<form class="form-inline mh-l">
<div class="form-group hpad10">
<span class="btn btn-sm btn-default" ng-click="toggleTEList();selection.Action = 'Action'">
<span class="btn btn-sm btn-default" ng-click="toggleTEList();selection.Action = 'main'">
<i class="fa fa-chevron-left"></i>
Back
</span>
Expand Down

0 comments on commit e47513c

Please sign in to comment.