Skip to content

Commit

Permalink
Remove deselector directive. See #476
Browse files Browse the repository at this point in the history
  • Loading branch information
Christof committed Dec 27, 2014
1 parent b2a0a86 commit d143a9f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 67 deletions.
37 changes: 0 additions & 37 deletions app/js/arethusa.core/directives/deselector.js

This file was deleted.

2 changes: 0 additions & 2 deletions app/templates/main2.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<h3>Main State</h3>
<p>
{{ state.selectedTokens }}
<button deselector class="right small">Deselect all</button>
<button ng-click="toggleDebugMode()" class="right small">Debug</button>
</p>
</div>
<div debug="state.tokens"></div>
Expand Down
1 change: 0 additions & 1 deletion app/templates/tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<h3>Main State</h3>
<p>
{{ state.selectedTokens }}
<button deselector class="right small">Deselect all</button>
<button ng-click="toggleDebugMode()" class="right small">Debug</button>
</p>
</div>
Expand Down
27 changes: 0 additions & 27 deletions spec/arethusa.core/directives/deselector_spec.js

This file was deleted.

0 comments on commit d143a9f

Please sign in to comment.