ngSvg

ngSvg compile SVG image or icon with AngularJS template engine.


Keywords
js, svg, angular, template, angularjs, javascript
License
MIT
Install
bower install ngSvg

Documentation

ngSvg

ngSvg include and compile SVG code from HTML template and specific scope each icon or image.

Bower install

$ bower install ngSvg

Implementation

<ng-svg svg-template="template_file" svg-scope="template_scope"></ng-svg>

Module AngularJS include

angular.module('example', ["ngSvg"]);