Skip to content

Commit

Permalink
change ol to ul
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-karolewski committed Dec 12, 2015
1 parent 14b5cfd commit 9e0c419
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions META-INF/plugin.xml
Expand Up @@ -9,11 +9,11 @@
Scaffold Angular JS Components and respective unit tests.
<p>This plugin helps to:
<ol>
<ul>
<li>Standardize naming convention of angular components across the application</li>
<li>Bootstrap jasmine unit tests right next to source file</li>
<li>Bootstrap ngdoc documentation for the components</li>
</ol>
</ul>
</p>
<p><super>Important</super> ScaffAngular is now build with Java 7, please update JRE your IDE is running to 7+. You can check which JRE is currently used in Help -> About</p>
Expand All @@ -26,34 +26,34 @@
<![CDATA[
<section>
<h3>12/11/2015 - 2.1.1</h3>
<ol>
<ul>
<li>fixed missig underscores around component name in factory and service unit test templates</li>
</ol>
</ul>
</section>
<section>
<h3>12/08/2015 - 2.1.0</h3>
<ol>
<ul>
<li>fixed file naming issues</li>
</ol>
</ul>
</section>
<section>
<h3>4/17/2015</h3>
<ol>
<ul>
<li>fixed filter unit test stub</li>
</ol>
</ul>
</section>
<section>
<h3>4/1/2015</h3>
<ol>
<ul>
<li>More components (factory, filter)</li>
<li>Improved ngdoc</li>
</ol>
</ul>
</section>
<section>
<h3>7/22/2014</h3>
<ol>
<ul>
<li>Bug Fixes. Mainly around directives.</li>
</ol>
</ul>
</section>
]]>
</change-notes>
Expand Down

0 comments on commit 9e0c419

Please sign in to comment.