Skip to content
This repository was archived by the owner on Jan 17, 2022. It is now read-only.

Commit c857e99

Browse files
author
Alexandre-io
committed
feat(example): add support for angular 1.3 & 1.4
1 parent 971db12 commit c857e99

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

example/index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
</head>
1818
<body>
19-
<div class="container-narrow" ng-controller="MyController"
20-
ng-intro-options="IntroOptions" ng-intro-method="CallMe"
19+
<div class="container-narrow" ng-controller="MyController">
20+
<div ng-intro-options="IntroOptions" ng-intro-method="CallMe"
2121
ng-intro-oncomplete="CompletedEvent" ng-intro-onexit="ExitEvent"
2222
ng-intro-onchange="ChangeEvent" ng-intro-onbeforechange="BeforeChangeEvent"
2323
ng-intro-onafterchange="AfterChangeEvent"
@@ -92,6 +92,7 @@ <h4><a href="https://github.com/mendhak/angular-intro.js/tree/master/example">Ex
9292

9393
<hr>
9494

95+
</div>
9596
</div>
9697
<script type="text/javascript" src="../bower_components/intro.js/minified/intro.min.js"></script>
9798
<script type="text/javascript" src="../bower_components/angular/angular.min.js"></script>

0 commit comments

Comments
 (0)