Skip to content
Snippets Groups Projects
Commit 4a1b45c5 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

actually write out the usage

parent d18097c8
No related merge requests found
'use strict';
/* global ICON_PATHS */
/*
GENERIC ICONS
usage:
<mb-icon name="<NAME FROM ICON_PATHS>" width="<PIXEL VALUE>" height="<PIXEL VALUE>"
USAGE:
Angular: <mb-icon name="<NAME FROM ICON_PATHS>" width="<PIXEL VALUE>" height="<PIXEL VALUE"></mb-icon>
React: <Icon name="<NAME FROM ICON_PATHS>" width="<PIXEL VALUE>" height="<PIXEL VALUE>" />
*/
angular.module('corvus.components')
.directive('mbIcon', function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment