This commit is contained in:
Zhicheng Wang 2016-09-18 11:55:10 +08:00
parent e36f0a4b1a
commit 744dbb0ab8
1 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@ angularIO.directive('ngioCheatsheet', function() {
};
},
template:
'<h2>Angular for {{$ctrl.currentEnvironment}} Cheat Sheet (v{{ $ctrl.version.raw }})</h2>' +
'<h2>Angular for {{$ctrl.currentEnvironment}} 小抄 (v{{ $ctrl.version.raw }})</h2>' +
'<br>' +
'<div ng-if="!$ctrl.sections">Loading Cheatsheet...</div>\n' +
'<div ng-if="!$ctrl.sections">正在加载小抄...</div>\n' +
'<table ng-repeat="section in $ctrl.sections" ng-cloak>\n' +
'<tr>\n' +
' <th>{{section.name}}</th>\n' +
@ -27,4 +27,4 @@ angularIO.directive('ngioCheatsheet', function() {
'</tr>\n' +
'</table>'
};
});
});