Skip to content

Commit

Permalink
Merge pull request #2186 from IonDriveSoftware/master
Browse files Browse the repository at this point in the history
fix(sideMenu): set default width
  • Loading branch information
adamdbradley committed Sep 11, 2014
2 parents cb9b81d + 7751b16 commit c40db31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/directive/sideMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ IonicModule
$scope.side = $attr.side || 'left';

var sideMenu = sideMenuCtrl[$scope.side] = new ionic.views.SideMenu({
width: 275,
width: attr.width,
el: $element[0],
isEnabled: true
});
Expand Down

0 comments on commit c40db31

Please sign in to comment.