Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Update form-article.client.view.html
Browse files Browse the repository at this point in the history
For New Article, delete function no required
  • Loading branch information
kuldipem authored Sep 16, 2016
1 parent 8b54669 commit 7ffbd3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h1>{{vm.article._id ? 'Edit Article' : 'New Article'}}</h1>
</div>
<div class="pull-right">
<a class="btn btn-primary" ng-click="vm.remove()">
<a ng-show="vm.article._id" class="btn btn-primary" ng-click="vm.remove()">
<i class="glyphicon glyphicon-trash"></i>
</a>
</div>
Expand Down

0 comments on commit 7ffbd3f

Please sign in to comment.