Skip to content

Commit

Permalink
Fix up indention
Browse files Browse the repository at this point in the history
  • Loading branch information
aarr0n committed May 10, 2018
1 parent 9f614ff commit 2eb7f07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/angular-vs-repeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function _slicedToArray(arr, i) { if (Array.isArray(arr)) { return arr; } else i
hunkSize: 0,
debug: false
};
var debugStyles = "\n <style id=\"angular-vs-repeat-style\">\n .vs-repeat-debug-element {\n top: 50%; left: 0; right: 0; height: 1px; background: red; z-index: 99999999; box-shadow: 0 0 20px red;\n }\n .vs-repeat-debug-element + .vs-repeat-debug-element {\n display: none;\n }\n </style>";
var debugStyles = "\n <style id=\"angular-vs-repeat-style\">\n .vs-repeat-debug-element {\n top: 50%; left: 0; right: 0; height: 1px; background: red; z-index: 99999999; box-shadow: 0 0 20px red;\n }\n .vs-repeat-debug-element + .vs-repeat-debug-element {\n display: none;\n }\n </style>";
var vsRepeatModule = angular.module('vs-repeat', []).directive('vsRepeat', ['$compile', '$parse', function ($compile, $parse) {
return {
restrict: 'A',
Expand Down
Loading

0 comments on commit 2eb7f07

Please sign in to comment.