1

1

2

2

2

4

3

5

6

7

摘要: $emit只能向parent controller传递event与data $broadcast只能向child controller传递event与data $on用于接收event与data 最终结果 ParentCtrl child ChildCtrl parent $emit和$broadc 阅读全文
posted @ 2017-03-16 19:04 海沙月 阅读(128) 评论(0) 推荐(0) 编辑
摘要: url为angularJS路由跳转的href, <a href="#/home" ng-class="{ on: isHome }">Home</a> 但愿猜得正确 angularJS根据href跳转站内对应的资源页面 阅读全文
posted @ 2017-03-16 18:23 海沙月 阅读(349) 评论(0) 推荐(0) 编辑
摘要: <pre> <ion-header> <ion-toolbar color="primary"> <ion-searchbar (input)="getItems($event)"> </ion-searchbar> </ion-toolbar> </ion-header> <ion-content 阅读全文
posted @ 2017-03-16 15:35 海沙月 阅读(1539) 评论(0) 推荐(0) 编辑