UNPKG

generator-sili

Version:

Yeoman generator - Silver Lining (SiLi) - A single-click-to-get-started - skeleton web app with all you need...

10 lines (9 loc) 286 B
define("states/main", ["app","controllers/main"], function (app) { return app.config(["$stateProvider", function ($stateProvider) { $stateProvider.state("main", { url: "/", templateUrl: "/"+__webApp_ResourceVersion+"/templates/main.html", controller: "main" }); }]); });