From 9c5f78b9f3020532fe1cd8aa0b61ed5f0e14424f Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Tue, 1 Oct 2013 22:30:49 -0500 Subject: [PATCH] Ionic content comments --- js/ext/angular/src/directive/ionicContent.js | 27 ++------------------ 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/js/ext/angular/src/directive/ionicContent.js b/js/ext/angular/src/directive/ionicContent.js index 8ae4e723b8..86969c7d4b 100644 --- a/js/ext/angular/src/directive/ionicContent.js +++ b/js/ext/angular/src/directive/ionicContent.js @@ -1,30 +1,7 @@ angular.module('ionic.ui.content', {}) -/* -.directive('content', function() { - return { - restrict: 'E', - replace: true, - template: '
' - } -}); -*/ - -/* -.directive('content', function() { - return { - restrict: 'E', - replace: true, - transclude: true, - scope: { - hasHeader: '@', - hasTabs: '@' - }, - template: '
' - } -}) -*/ - +// The content directive is a core scrollable content area +// that is part of many View hierarchies .directive('content', function() { return { restrict: 'E',