Commit 3bcda926 by Torkel Ödegaard

feat(styleguide): removed unused/empty tabs

parent e2b398a6
...@@ -10,7 +10,7 @@ class StyleGuideCtrl { ...@@ -10,7 +10,7 @@ class StyleGuideCtrl {
buttonSizes = ['btn-small', '', 'btn-large']; buttonSizes = ['btn-small', '', 'btn-large'];
buttonVariants = ['-', '-outline-']; buttonVariants = ['-', '-outline-'];
page: any; page: any;
pages = ['colors', 'buttons', 'forms', 'dashboard', 'query-editors']; pages = ['colors', 'buttons'];
/** @ngInject **/ /** @ngInject **/
constructor(private $http, $routeParams) { constructor(private $http, $routeParams) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment