Skip to content

Commit

Permalink
Fix jshint warning
Browse files Browse the repository at this point in the history
This is temporary formatting change, which should later be revised.
  • Loading branch information
petrsimon committed Nov 16, 2015
1 parent b094eaa commit 24664b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui-layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
* UI.Layout
*/
angular.module('ui.layout', [])
.controller('uiLayoutCtrl', ['$scope', '$attrs', '$element', '$timeout', '$window', 'LayoutContainer', 'Layout', function uiLayoutCtrl($scope, $attrs, $element, $timeout, $window, LayoutContainer, Layout) {
.controller('uiLayoutCtrl', ['$scope', '$attrs', '$element', '$timeout', '$window', 'LayoutContainer', 'Layout',
function uiLayoutCtrl($scope, $attrs, $element, $timeout, $window, LayoutContainer, Layout) {

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

0 comments on commit 24664b4

Please sign in to comment.