You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Displays a list of items. Designed to handle large data sets.
1029
1031
*/
@@ -1033,7 +1035,7 @@ <h2>
1033
1035
1034
1036
<spanclass="fstat-no" title="function not covered" >function _classCallCheck(instance, Constructor) {</span><spanclass="cstat-no" title="statement not covered" >if (!(instance instanceof Constructor)) { <spanclass="cstat-no" title="statement not covered" >throw new TypeError("Cannot call a class as a function"); </span>} </span>}
1035
1037
1036
-
angular.module("sl.ui-listView", ["sl.ui-listView.templates"]).directive("uiListView", <spanclass="fstat-no" title="function not covered" >function ($rootScope, $parse) {</span>
1038
+
angular.module("ui-listView", ["sl.ui-listView.templates"]).directive("uiListView", <spanclass="fstat-no" title="function not covered" >function ($rootScope, $parse) {</span>
1037
1039
<spanclass="cstat-no" title="statement not covered" > var arrayRegexp = /([\s\S]+?)\s+(?:in)\s+([\s\S]+?)\s*$/; </span>// "item in array [|filterName]"
1038
1040
1039
1041
<spanclass="cstat-no" title="statement not covered" > var defaultOptions = {</span>
@@ -1050,7 +1052,8 @@ <h2>
1050
1052
}
1051
1053
1052
1054
/**
1053
-
* ngdoc controller
1055
+
* @ngdoc controller
1056
+
* @memberOf ui-listView
1054
1057
* @description
1055
1058
* Displays a list of items. Designed to handle large data sets. The list view's controller
1056
1059
* is added to the options object to provide an API.
@@ -1524,7 +1527,7 @@ <h2>
1524
1527
1525
1528
</div>
1526
1529
<divclass="footer">
1527
-
<divclass="meta">Generated by <ahref="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Aug 15 2015 17:57:13 GMT-0700 (PDT)</div>
1530
+
<divclass="meta">Generated by <ahref="http://istanbul-js.org/" target="_blank">istanbul</a> at Sun Aug 16 2015 19:47:48 GMT-0700 (PDT)</div>
0 commit comments