Skip to content

Commit

Permalink
fix(demo): improved the style usage
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelParke committed Sep 28, 2016
1 parent c10a6b1 commit 58f7f8d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
16 changes: 6 additions & 10 deletions src/demo/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@
<link rel='stylesheet' href='../bower_components/font-awesome/css/font-awesome.css'>
<link rel="stylesheet" href="http://textangular.com/dist/textAngular.css" type="text/css">
<style>
.ta-editor {
min-height: 300px;
height: auto;
overflow: auto;
font-family: inherit;
font-size: 100%;
}
h1 small {
font-size: 60%;
}
h1 small {
font-size: 60%;
}
textarea.ta-bind {
width: 100%;
}
</style>

<script src='https://ajax.googleapis.com/ajax/libs/angularjs/1.3.11/angular.min.js'></script>
Expand Down
6 changes: 6 additions & 0 deletions src/demo/textAngular.com.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
<link rel="stylesheet" href="http://textangular.com/dist/textAngular.css" type="text/css">
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.11/angular.min.js" type="text/javascript"></script>
<script src='https://ajax.googleapis.com/ajax/libs/angularjs/1.3.11/angular.min.js'></script>
<style>
textarea.ta-bind {
width: 100%;
}
</style>

<!-- enable this section or the non-minimized section below -->
<% js.forEach(function(each){ %>
<script src='../<%= each %>'></script>
Expand Down

0 comments on commit 58f7f8d

Please sign in to comment.