<html ng-app="mySuperApp">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<title>手册网基础教程(shouce.ren)</title>
<link href="/static/example/ionic.min.css" rel="stylesheet">
<script src="/static/example/ionic.bundle.min.js"></script>
<script type="text/javascript">
angular.module('mySuperApp', ['ionic'])
.controller('PopupCtrl',function($scope, $ionicPopup, $timeout) {
$scope.showPopup = function() {
var myPopup = $ionicPopup.show({
template: '<input type="password" ng-model="data.wifi">',
title: 'Enter Wi-Fi Password',
subTitle: 'Please use normal things',