A review of the three types of isolate scope binding methods in AngularJS. The "@" operator is used for reading an attribute, "=" is used for creating a bi-directional two way binding, and "&" is used to make a call on something a controller scope.
I didnt get the "=" network case, John said its been automatically created above isolated scope - ctrl scope in this case, but when I try to console log it to see the actually created "network" obj/var I get "undefined". Maybe Im misunderstanding smth?