Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>Demo</title>
- </head>
- <body ng-app>
- <header>
- <!-- Тук ще се подпъхне съдържанието на файла -->
- <nav ng-include="'template.html'">
- </nav>
- </header>
- <section>
- <h2>Hello, This is the page heading</h2>
- <article>
- And this is the page great content
- </article>
- </section>
- <!-- Трябва да има това тук -->
- <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.5.0/angular.min.js"></script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment