From b9b807ca4a9b0671d3086186a745724335654fac Mon Sep 17 00:00:00 2001 From: "Christopher S. Case" Date: Wed, 3 Oct 2018 22:50:43 -0500 Subject: [PATCH] fixed some issues with the demo page. --- Gruntfile.js | 6 - docs/index.html | 318 +++++++++++++++++++------------------------ misc/demo/index.html | 47 +------ 3 files changed, 140 insertions(+), 231 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 8250d1f..0b8df7e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -76,12 +76,6 @@ module.exports = function(grunt) { src: ['**/*.html'], cwd: 'misc/demo/', dest: 'dist/' - }, - { - expand: true, - src: ['svg-icon.css'], - cwd: 'src/', - dest: 'dist/' } ] }, diff --git a/docs/index.html b/docs/index.html index 6818e0b..f7913fd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -94,42 +94,13 @@
@@ -213,7 +184,7 @@ * Some directives have a config service that follows the next pattern: uibDirectiveConfig. The service's settings use camel case. The services can be configured in a .config function for example.

- +