Why is my AngularJS code not working?

sergey.sergeyd2016

Please can you help me fix this script:

var newsFeed = angular.module('newsFeed', []);

var newsFeedModule = angular.module('newsFeed');

newsFeedModule.controller('newsFeedController', function($scope) {
    $scope.posterWidth = 100;
    $scope.posterHeight = 60;

});

html:

<div ng-app="newsFeed">
  <div ng-controller="newsFeedController">
    {{ 2+3 }}
    {{ posterWidth }}
  </div>
</div>

I made a simple AngularJS Script that is going to display the variable and expressions as above. But the values are not being calculated. I have tried a few times and you can see the JSFiddle below.

JSFIDDLE

Moumit

In JSFiddle you need to to click on the JAVASCRIPT Button and need to select angular 1.4.8 in Frameworks & Extensions dropdown and then select No wrap in head option in Load type dropdown .... now it will work

enter image description here

JSFIDDLE

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

Why is my code not working (java netbeans)?

From Dev

Why is my code working on jsFiddle but not locally

From Dev

Why is my AngularJS $scope not working?

From Dev

Why is my code working on jsfiddle but not my HTML file

From Dev

AngularJs - why is $emit not working from my popup window

From Dev

Why My Css Code Is Not Working For My Html Header And Footer?

From Dev

angularjs not working in my code

From Dev

Is my threading proper ? if yes then why code is not working?

From Dev

Why is dequeue not working properly for my code?

From Dev

Why isn't my pagination code working?

From Dev

Why My jQuery code not working?

From Dev

Why is my masonry code not working appended items

From Dev

why Method Override is not working in my java code?

From Dev

Why can my code not find the AngularJS $interval?

From Dev

Why is my "valid" JS code not working?

From Dev

why my jquery code is not working?

From Dev

My code with matches() is not working. Why is it not working?

From Dev

Why is my CSS code not working in my HTML file?

From Dev

why my angular code is not working?

From Dev

Why do my AngularJS custom Interceptor not working

From Dev

Why is my code for a random answer getter not working?

From Dev

AngularJS controller.. Why the code id not working?

From Dev

Why is my code not working properly?

From Dev

angularjs not working in my code

From Dev

my code works and no idea why (working with objects)

From Dev

why is my VBA code not working

From Dev

Why my code isnt working?

From Dev

My closest() code is not working. Why?

From Dev

Why is command cascade delete not working in my code