Skip to content

Commit

Permalink
Add GiuHub ribbon, publish new version
Browse files Browse the repository at this point in the history
  • Loading branch information
urmilparikh committed Feb 5, 2015
1 parent dbbea80 commit b07d058
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion angular-material-icons.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions angular-material-icons.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-material-icons",
"version": "0.3.0",
"version": "0.4.0",
"authors": [
"Urmil Parikh <[email protected]>"
],
Expand Down
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,15 @@
</head>

<body ng-app="demoapp" ng-controller="democtrl">
<h1>Angular Material Icons v0.3.0</h1>

<!-- GitHub ribbon -->
<a href="https://github.com/klarsys/angular-material-icons"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>

<h1>Angular Material Icons v0.4.0</h1>
AngularJS directive to use Material Design icons with custom fill-color and size.
<ul>
<li>For production, use minified version directly from CDN:
<br><code>&lt;script src="//cdn.jsdelivr.net/angular-material-icons/0.3.0/angular-material-icons.min.js"&gt;&lt;/script&gt;</code>
<br><code>&lt;script src="//cdn.jsdelivr.net/angular-material-icons/0.4.0/angular-material-icons.min.js"&gt;&lt;/script&gt;</code>
<br>
<br>
For other purposes, project files are available via <a href="#" ng-click="command='bower install angular-material-icons';">bower</a> / <a href="#" ng-click="command='npm install angular-material-icons';">npm</a> or can be cloned directly from <a href="#" ng-click="command='git clone https://github.com/klarsys/angular-material-icons.git';">github</a>.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-material-icons",
"version": "0.3.0",
"version": "0.4.0",
"author": "Urmil Parikh",
"description": "AngularJS directive to use Material Design icons with custom fill color and size.",
"main": "angular-material-icons.min.js",
Expand Down

0 comments on commit b07d058

Please sign in to comment.