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',