(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);