Skip to content

Commit 8bc5f82

Browse files
committed
gulped
1 parent c68a3f4 commit 8bc5f82

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

examples/material-example.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Bootstrap Schema Form example</title>
5+
<title>Angular Material Schema Form example</title>
66
<link rel="stylesheet" href="../bower_components/angular-material/angular-material.css">
77
<style type="text/css">
88
.spinner {
@@ -42,6 +42,10 @@
4242
padding: 15px;
4343
}
4444

45+
.editors {
46+
padding: 0 15px;
47+
}
48+
4549
.alert .form-group {
4650
margin-bottom: 0px;
4751
}
@@ -162,7 +166,7 @@ <h3>The Generated Form</h3>
162166
<h3>Model</h3>
163167
<pre ng-cloak>{{pretty()}}</pre>
164168
</div>
165-
<div flex="66">
169+
<div class="editors" flex="66">
166170
<h3>Select Example</h3>
167171
<div class="form-group">
168172
<select class="form-control" id="selectTest"

material-decorator.js

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)