AngularJS Tutorial: [#3] Controllers and Views - Getting Started with AngularJS

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

Get the course files!
Рекомендации по теме
Комментарии
Автор

Hi Ryan, I'm new to programming. Thank you for the tutorials! Accurate, clear and the code works! So much outdated info out there which makes for a frustrating learning experience. Nice to be able to follow along and it work the way the video describes. Also, enjoy the cadence of your teaching voice.

kmoore
Автор

Simple and very clear tutorial, that's what I've been looking for!. Thanks for uploading this tutorials!

lukasneo
Автор

Wonderful series. Can't believe it's FREE!

MoazamNabi
Автор

This is so simple I have had my own experiment on this in my own way and it does work like charm .. I ha e uploaded the video on my channel too

euSupinho
Автор

This is so well explained and to the point. Thanks so much!

Meta
Автор

Very nice and clear explanation, thank you.

WouterHamal
Автор

This lecture is absolutely amazing! Thanks a lot!

daitoc
Автор

Thats a great tutorial! Thank you so much. I learn a lot from it

hanantobudiprasetio
Автор

Hi Ryan, Thanks a lot for the tutorial. Its very neat & precise.
You pulled the details from json file. Is there any tutorial that says how to pull data from the database (any DB) and load the json file ?

HarinathSelvaraj
Автор

Hello! These tutorials are awesome and very helpful! Thanks for that!
I am, however, stuck in a very noob situation... I can't get my index.html to display the "hello" property, instead, it displays: "{{ hello }}"... I've looked into it and I'm sure I've copied exactly the same code as the one in the video, could it be a weird reference in the CDN? Thanks again.

PuchoMacker
Автор

Hi All,
I am running into issue where it is displaying{{hello}} instead of Hello world. I can see ng tags are correct and angular js is getting loaded. But not sure why its happening. Please help.

pinkylily
Автор

The best tutorial ;) Thanks you so much :)

asumikotran
Автор

Folks having the {{ hello }} show up. If cribsController is not loading in after inspecting it, make sure that you didn't put ; after .module('ngCribs') and instead placed the ; at the very end.

ericperry
Автор

Looking for Angular 2 Video Tutorials :)

darasingh
Автор

Hey Rayan thank you for putting effort into doing such great tutorials for free.
Im trying to follow your tutorials but it seems im getting 2 errors in my console, i double checked every line of code to make sure it is exactly how it is in the videos, and the result still shows {{ hello }} and i get the errors:
Uncaught Error: [$injector:nomod]
and:
Uncaught Error: [$injector:modulerr]
i hope you can help me fix this issue,
thank you in advance.

georgeskhairallah
Автор

im also facing the same issue. It only displays {{hello}}.

nalaka
Автор


// When defining a module with no module dependencies,
// the array of dependencies should be defined and empty.

app.js should look like this -> angular.module('ngCribs', [ ]);

antonsytchannel
Автор

Greetings. I have double and triple checked my entry and my output is {{ hello }}. It does not appear to be taking the template from angular. Any suggestions? Thanks for the useful and clear tutorials.

christopherstewart
Автор

Hello Ryan,


Can you pleas help me in understanding if the PL/SQL can be used with angular js . Is it possible to use oracle database instead of mysql. Many thanks

simransinghsandhu
Автор

little help please, i typed exactly the same, h1>{{ cribs | json }}</h1>
but the result in my browser is {{ cribs | json }}

DwikiIkhwan