test(nav): remove unused prop in test

This commit is contained in:
Dan Bucholtz
2017-08-30 12:01:40 -05:00
parent 275bf7fb33
commit 48e4e65a71

View File

@ -8,7 +8,7 @@
</head>
<body>
<ion-nav-delegate></ion-nav-delegate>
<ion-nav-controller delegateType="stencil"></ion-nav-controller>
<ion-nav-controller></ion-nav-controller>
<ion-app>
<ion-nav root="page-one"></ion-nav>
</ion-app>