Hello World !
…{{someText}}
var myAppModule = angular.module('myApp', []); myAppModule.controller('FirstController', function($scope) { $scope.someText = 'Hello World !'; });{{someTextLvl1}}
{{someTextLvl1}}
{{someTextLvl2}}
{{$index}}
{{item.title}}
{{item.desc}}
Do you like it?
{{$index}}
{{item.title}}
{{item.desc}}
Missing!!
Post var myAppModule = angular.module('myApp', []); myAppModule.controller('FirstController', function($scope) { $scope.post = function(item) { … }; });