Skip to content

Commit

Permalink
SLICE-128 ReadMe update and removing unused TestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashi Bhushan committed Aug 29, 2016
1 parent c676d8b commit 3b39c6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 75 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ No more business logic in your view (JSP, Sightly scripts) - business logic's pl

**JSPs made clean and tidy** - no more these ugly scriptlets.
```jsp
<slice:lookup var="model" type="<%= com.example.components.text.TextModel.class %>" />
<p>${model.text}</p>
```
or it can be
```jsp
<slice:lookup var="model" type="com.example.components.text.TextModel" />
<p>${model.text}</p>
```
Expand Down

This file was deleted.

0 comments on commit 3b39c6f

Please sign in to comment.