Flexbox tweaks

This commit is contained in:
Max Lynch
2013-11-29 08:50:17 -06:00
parent 088779b6e9
commit a5c83525f0
5 changed files with 28 additions and 3 deletions

View File

@@ -307,7 +307,7 @@ angular.module('ionic.ui.navRouter', ['ionic.service.gesture'])
scope: true,
require: '^navRouter',
link: function($scope, $element, $attr, navCtrl) {
$element.addClass('pane');
$element.addClass('page');
$scope.icon = $attr.icon;
$scope.iconOn = $attr.iconOn;