kitchen-site icon indicating copy to clipboard operation
kitchen-site copied to clipboard

Update getting_started.md issue #12

Open bennett-elder opened this issue 9 years ago • 2 comments

fix issue #12, minimal example issue /getting_started missing an fa-home icon in minimal example

bennett-elder avatar Mar 16 '16 04:03 bennett-elder

Do you hae an example on how the generated route.js would like with the icon_class? Something like this?

this.route("home", {path: "/", controller: "HomeController", icon_class: "fa fa-home"});

4F2E4A2E avatar Sep 23 '16 19:09 4F2E4A2E

@4F2E4A2E icon has nothing with the controller. It will appear in the menu's <li class="fa fa-home">

perak avatar Sep 23 '16 21:09 perak