diff --git a/angular-material-icons.js b/angular-material-icons.js index b386254..5c5ee52 100644 --- a/angular-material-icons.js +++ b/angular-material-icons.js @@ -1,5 +1,5 @@ /* - * angular-material-icons v0.4.0 + * angular-material-icons v0.5.0 * (c) 2014 Klar Systems * License: MIT */ diff --git a/angular-material-icons.min.js b/angular-material-icons.min.js index da125c3..601e3a7 100644 --- a/angular-material-icons.min.js +++ b/angular-material-icons.min.js @@ -1,4 +1,14 @@ -angular.module("ngMdIcons",[]).directive("ngMdIcon",function(){var e={"3d_rotation":'', +angular.module("ngMdIcons",[]).directive("ngMdIcon",function(){var e={amazon:'', +apple:'',"facebook-box":'', +"facebook-messenger":'',facebook:'',"github-box":'', +"github-circle":'', +"google-plus-box":'', +"google-plus":'', +hangouts:'',"linkedin-box":'', +linkedin:'',login:'',logout:'', +office:'',twitter:'', +whatsapp:'', +windows:'',"3d_rotation":'', accessibility:'',account_balance:'',account_balance_wallet:'', account_box:'',account_child:'', account_circle:'',add_shopping_cart:'', @@ -262,6 +272,7 @@ person:'< plus_one:'',poll:'',"public":'', school:'',share:'',whatshot:'', check_box:'',check_box_outline_blank:'',radio_button_off:'',radio_button_on:'', -star:'',star_half:'',star_outline:''}; -return{restrict:"E",link:function(g,f,d){var c,b;g=function(a){void 0===e[a]&&(a="help");if(a!=c){try{f.html('"),(new SVGMorpheus(f.children()[0])).to(a,JSON.parse(d.options||null))}catch(g){f.html(''+e[a]+"")}c=a}};var h= -function(a){a!=b&&(f.children()[0].setAttribute("width",a),f.children()[0].setAttribute("height",a),b=a)};(function(){if(void 0!==d.icon){c=d.icon;var a=c.match(/ic_(.*)_([0-9]+)px.svg/m);null!==a&&(c=a[1],b=a[2])}else c="help";void 0===e[c]&&(c="help");void 0!==d.size?b=d.size:null!==b&&(b=24);f.html(''+e[c]+"")})();void 0!==d.icon&&d.$observe("icon",g);void 0!==d.size&&d.$observe("size",h)}}}); +star:'',star_half:'',star_outline:'', +live_circle:''};return{restrict:"E",link:function(g,f,d){var c,b;g=function(a){void 0===e[a]&&(a="help");if(a!=c){try{f.html('"),(new SVGMorpheus(f.children()[0])).to(a,JSON.parse(d.options||null))}catch(g){f.html(''+e[a]+"")}c=a}};var h=function(a){a!=b&&(f.children()[0].setAttribute("width",a),f.children()[0].setAttribute("height",a),b=a)};(function(){if(void 0!==d.icon){c=d.icon;var a=c.match(/ic_(.*)_([0-9]+)px.svg/m);null!== +a&&(c=a[1],b=a[2])}else c="help";void 0===e[c]&&(c="help");void 0!==d.size?b=d.size:null!==b&&(b=24);f.html(''+e[c]+"")})();void 0!==d.icon&&d.$observe("icon",g);void 0!==d.size&&d.$observe("size",h)}}}); diff --git a/bower.json b/bower.json index 07e44e9..799a928 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-material-icons", - "version": "0.4.0", + "version": "0.5.0", "authors": [ "Urmil Parikh " ], diff --git a/index.html b/index.html index 421a73b..3b7d596 100644 --- a/index.html +++ b/index.html @@ -68,11 +68,12 @@ Fork me on GitHub -

Angular Material Icons v0.4.0

+

Angular Material Icons v0.5.0

AngularJS directive to use Material Design icons with custom fill-color and size.
  • For production, use minified version directly from CDN: -
    <script src="//cdn.jsdelivr.net/angular-material-icons/0.4.0/angular-material-icons.min.js"></script> + +
    <script src="//cdnjs.cloudflare.com/ajax/libs/angular-material-icons/0.5.0/angular-material-icons.min.js"></script>

    For other purposes, project files are available via bower / npm or can be cloned directly from github. diff --git a/package.json b/package.json index 0f5a5de..981247f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-material-icons", - "version": "0.4.0", + "version": "0.5.0", "author": "Urmil Parikh", "description": "AngularJS directive to use Material Design icons with custom fill color and size.", "main": "angular-material-icons.js",