Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 24664b4

Browse files
committed
Fix jshint warning
This is temporary formatting change, which should later be revised.
1 parent b094eaa commit 24664b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ui-layout.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
* UI.Layout
55
*/
66
angular.module('ui.layout', [])
7-
.controller('uiLayoutCtrl', ['$scope', '$attrs', '$element', '$timeout', '$window', 'LayoutContainer', 'Layout', function uiLayoutCtrl($scope, $attrs, $element, $timeout, $window, LayoutContainer, Layout) {
7+
.controller('uiLayoutCtrl', ['$scope', '$attrs', '$element', '$timeout', '$window', 'LayoutContainer', 'Layout',
8+
function uiLayoutCtrl($scope, $attrs, $element, $timeout, $window, LayoutContainer, Layout) {
89

910
var ctrl = this;
1011
var opts = angular.extend({}, $scope.$eval($attrs.uiLayout), $scope.$eval($attrs.options));

0 commit comments

Comments
 (0)