web web web
发布时间:2015-11-23 11:05:49
$emit只能向parent controller传递event与data$broadcast只能向child controller传递event与data$on用于接收event与data例子如下html代码<div ng-controller="ParentCtrl"> <!--父级--> <div ng-controller="SelfCtrl"> <!--自己--> <a ng-click="click()">click me</a> <div ng-controller.........【阅读全文】
发布时间:2015-10-15 18:38:16
<table width="200px" style="background:green; table-layout:fixed;"><br /> <tr><br /> <td>11</td><br /> <td style="overflow:hidden; text-overflow: ellipsis;">2255555555555555555555555555555555555555555.........【阅读全文】