摘要:
$emit只能向parent controller传递event与data $broadcast只能向child controller传递event与data $on用于接收event与data 最终结果 ParentCtrl child ChildCtrl parent $emit和$broadc 阅读全文
摘要:
url为angularJS路由跳转的href, <a href="#/home" ng-class="{ on: isHome }">Home</a> 但愿猜得正确 angularJS根据href跳转站内对应的资源页面 阅读全文
摘要:
<pre> <ion-header> <ion-toolbar color="primary"> <ion-searchbar (input)="getItems($event)"> </ion-searchbar> </ion-toolbar> </ion-header> <ion-content 阅读全文