AngularJS For Everyone Tutorial #12 - Adding External Modules

preview_player
Показать описание

Support Free Tutorials

The best shared web hosting

Subscribe to Level Up Pro for extra features!

Subscribe to the Level Up Newsletter

To Support Level Up Tuts:

Simple cloud hosting, built for developers.:

HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.
Рекомендации по теме
Комментарии
Автор

script:src (ctrl + E / tab) would expand to <script src=""></script>

MohamedZubair
Автор

I have put

angular.module('appName', ['ngAnimate'] )
in js file and

<script
in html file and Idk why its is showing error plz help

AbhishekVerma-edub