mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
8 lines
299 B
HTML
8 lines
299 B
HTML
<!-- Adapted from the AngularJS Developer Guide (https://docs.angularjs.org/guide),
|
|
which is licensed under the MIT license; see file LICENSE in parent directory. -->
|
|
<div ng-controller="Controller">
|
|
<my-customer info="naomi"></my-customer>
|
|
<hr>
|
|
<my-customer info="igor"></my-customer>
|
|
</div>
|