You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -162,10 +164,28 @@ <h1 class="title text-center">Tutorial and Components</h1>
162
164
163
165
<!-- License Row -->
164
166
<divclass="tim-row tim-row-first" id="license">
165
-
<h2class="text-center">License</h2>
167
+
<h2class="text-center">MIT License</h2>
166
168
<legend></legend>
167
169
<p>
168
-
Currently, on <ahref="www.creative-tim.com" target="_blank">Creative Tim</a> you can get the products with two types of licenses: Personal or Developer. All the freebies are licensed to Personal License as default. If you are making a paid purchase, be sure to go through the table with the rights and the guidelines, so you can know what is the best fit for you. View the rights table and the description for each license on our <atarget="_blank" href="http://www.creative-tim.com/license?ref=license-page-mk-free">Official License Page</a>.
<h2class="text-center">Short Description and Usage</h2>
175
195
<legend></legend>
176
196
<p>
177
-
<b>Material Dashboard</b> is a free Material Bootstrap Admin with a fresh, new design inspired by Google's Material Design. We are very excited to introduce our take on the material concepts through an easy to use and beautiful set of components. Material Dashboard was built over the popular Bootstrap framework and it comes with a couple of third-party plugins redesigned to fit in with the rest of the elements.
178
-
</p>
179
-
<p>
180
-
Using it is very simple and it will enable you to refresh you classic looking application. To get the desired effect you will also need to integrate JS plugins that take a little bit more effort. It the end the result will be worth it.
197
+
<b>Material Dashboard Angular 2</b> is a free Material Bootstrap Admin with a fresh, new design inspired by Google's Material Design. We are very excited to introduce our take on the material concepts through an easy to use and beautiful set of components. Material Dashboard Angular 2 was built over the popular Bootstrap framework and it comes with a couple of third-party plugins redesigned to fit in with the rest of the elements.
181
198
</p>
182
199
</div>
183
200
184
201
<divclass="tim-row">
185
202
<h2class="text-center">Getting Started</h2>
186
203
<legend></legend>
187
204
<p>
188
-
The <b>Material Dashboard</b> is built on top of Bootstrap 3, so you can safely use it on your existing or new Bootstrap project. No line of code from Bootstrap 3 was changed, so you don't have to worry about undesired effects in your work.
205
+
The <b>Material Dashboard Angular 2</b> is built on top of Bootstrap 3, so you can safely use it on your existing or new Bootstrap project. No line of code from Bootstrap 3 was changed, so you don't have to worry about undesired effects in your work.
189
206
</p>
190
207
<p>
191
-
The easiest way to start is to use our <ahref="../examples/template.html" target="_blank">start-up template</a> where all the files are already included and ready to use.
208
+
To jump start your project, you can use our start-up template where all the files are already included and ready to use. If you do however, want to start from scratch, you can see the file structure below. The core JavaScript is contained in "js/material-bootstrap-angular.js". Some functions are called from "js/demo.js" because they are presented only for demo purpose, you can check there how they are working and duplicate their effect on your projct. For the other files, you should add them if you use the specific element inside your page.
192
209
</p>
193
210
<ul>
194
211
<li><p>Install NodeJs from <ahref="https://nodejs.org/en" target="_blank">NodeJs Official Page</a></p></li>
0 commit comments