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
This sample demonstrates encapsulation of the ui-scroll directive inside some custom component (Angular 1.5+). The controller of this Component is implemented as ES6 class. Note that this demo might not work in old browsers which don't support ES6 classes.
20
+
This sample demonstrates encapsulation of the ui-scroll directive inside some custom component (Angular 1.5+).
21
+
22
+
To demonstrate the work of the Adapter, click on any row. The text of the item should change after click.
23
+
24
+
The controller of this Component is implemented as ES6 class. Note that this demo might not work in old browsers which don't support ES6 classes.
Copy file name to clipboardExpand all lines: demo/insideDirective/insideDirective.html
+1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ <h1 class="page-header page-header-exapmle">Scroller inside the directive</h1>
18
18
19
19
<divclass="description">
20
20
This sample demonstrates encapsulation of the ui-scroll directive inside another custom directive wich has it's own controller and wich uses "Controller As" syntax in it's template.
21
+
To demonstrate the work of the Adapter, click on any row. The text of the item should change after click.
0 commit comments