diff --git a/app/app.js b/app/app.js index 2adf86c..a054e2b 100644 --- a/app/app.js +++ b/app/app.js @@ -66,7 +66,12 @@ var app = angular.module('poolui', [ templateUrl: 'user/help/faq.html', controller: 'FAQCtrl', activetab: 'help' - }); + }) + .when('/help/config_generator', { + templateUrl: 'user/help/config_generator.html', + controller: 'ConfigGeneratorCtrl', + activetab: 'help' + }); $routeProvider.otherwise({redirectTo: '/home'}); @@ -229,4 +234,4 @@ var app = angular.module('poolui', [ // Sponsor $scope.sponsor_open = false - }); \ No newline at end of file + }); diff --git a/app/index.html b/app/index.html index 2b27651..92f5357 100644 --- a/app/index.html +++ b/app/index.html @@ -80,6 +80,12 @@ Getting Started + + + brush + Config generator + +