From 210e8feae2fb4842bfb2de38666e6c41671fef3c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 12:42:48 -0400 Subject: removed lib --- .../src/core/template/slider.tmpl.js | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 www/lib/angular-awesome-slider/src/core/template/slider.tmpl.js (limited to 'www/lib/angular-awesome-slider/src/core/template') diff --git a/www/lib/angular-awesome-slider/src/core/template/slider.tmpl.js b/www/lib/angular-awesome-slider/src/core/template/slider.tmpl.js deleted file mode 100644 index af2b1499..00000000 --- a/www/lib/angular-awesome-slider/src/core/template/slider.tmpl.js +++ /dev/null @@ -1,29 +0,0 @@ -(function(angular, undefined) { -'use strict'; - - angular.module('angularAwesomeSlider') - .run(['$templateCache', function ($templateCache) { - $templateCache.put('ng-slider/slider-bar.tmpl.html', - '' + - '
' + - '
' + - ''+ - ''+ - ''+ - ''+ - ''+ - ''+ - ''+ - '
' + - '
' + - '
' + - '
{{options.dimension}}
' + - '
{{options.dimension}}
' + - '
{{options.dimension}}
' + - '
{{options.dimension}}
' + - '
' + - '
' + - '
'); - }]); - -})(window.angular); -- cgit v1.2.3