AngularJS For Everyone Tutorial #4 - Our First Controller

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.
Рекомендации по теме
Комментарии
Автор

Great video Scott! I loved the Sass videos, and you are doing it again with angularjs!

cetidal
Автор

Dang these angular vids are awesome than ever. :)

AbhiKhatri
Автор

Thank you for all of these tutorials on AngularJS, very easy to follow.

I'm new to everything except Python.  What modules are you using in Sublime Text to assist your AngularJS coding workflow?

brianalexander
Автор

Love these, awesome sublime theme btw.

LosEagle
Автор

Yeah love the vids plus awesome sublime packages. I've looked do you have any videos talking about what packages you have? I recognize the snippets, but I'd like to know about the file icon in your directory the JS or HTML5.

mroien
Автор

Thank you very much.. Amazing way to explain angularJS.

ibrahimMarzaq
Автор

I like the little icons next to the file name, what sublime are you using ?

ibrooklyn
Автор

let's say that you have a form of ng-repeat text field. how do you return the data of all fields to the controller to become a json and send to back end server for storage?

kevinhwang
Автор

I keep have an error in the Error: $injector:modulerr
Module Error . Anyone can help ?

petme
Автор

Hi, thank you for this video. I'd like to know what's the difference between these signature for controller:
.controller('myCtrl', ['$scope', function($scope){ ... }];
and
.controller('myCtrl', function($scope){ ... }];
does the first one seem to be an alias for the function?!?

lorenzofranceschini
Автор

Hi
will you please give me the name of the ide that used in this video to develope the application . and also give me the link to download from the internet.
thank you

sureshbgv
Автор

Sorry, i would want to ask is the ng-controller still working ? because for some reason after i've input the it my the list doesnt show up?

XXXylops
Автор

i really loved the way u explained but the thing is for every video i see your introduction . i feel its little waste of time as every needs to rush with the work. just a suggestion .

satishbandaru
Автор

lol works i forget, coma after the controller name..

bharatmodiTechFist