Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
janis-kra committed Nov 17, 2016
1 parent 88ec314 commit 738ebb6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
8 changes: 6 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@
</div>
</div>

<script type="text/javascript" data-main="js/main" src="js/libs/require/require.js"></script>
<script
type="text/javascript"
data-main="js/main"
src="js/libs/require/require.js">
</script>

</body>

</html>
</html>
16 changes: 9 additions & 7 deletions src/js/views/add-artist.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ <h1>Interpret hinzufügen</h1>
<div class="oj-flex">
<div class="oj-flex-item">
<label for="nameControl">Name:</label>
<input id="nameControl" placeholder="Name des Interpreten" data-bind="ojComponent: {
component: 'ojInputText',
value: name,
required: true,
invalidComponentTracker: tracker,
rootAttributes: {style:'max-width:100%'}
}">
<input id="nameControl"
placeholder="Name des Interpreten"
data-bind="ojComponent: {
component: 'ojInputText',
value: name,
required: true,
invalidComponentTracker: tracker,
rootAttributes: {style:'max-width:100%'}
}">
</div>
</div>
<div class="oj-flex">
Expand Down

0 comments on commit 738ebb6

Please sign in to comment.