mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor($ionicPopup): remove test/temp code
This commit is contained in:
2
js/ext/angular/src/service/ionicPopup.js
vendored
2
js/ext/angular/src/service/ionicPopup.js
vendored
@@ -1,6 +1,6 @@
|
||||
|
||||
var TPL_POPUP =
|
||||
'<div class="popup popup-hidden">' +
|
||||
'<div class="popup">' +
|
||||
'<div class="popup-head">' +
|
||||
'<h3 class="popup-title" ng-bind-html="title"></h3>' +
|
||||
'<h5 class="popup-sub-title" ng-bind-html="subTitle" ng-if="subTitle"></h5>' +
|
||||
|
||||
Reference in New Issue
Block a user