facing problem proceeding from step 2 in 2/11. not allowing to add new variable promo
$scope.promo=‘new variable added’;
can anybody suggest ?
facing problem proceeding from step 2 in 2/11. not allowing to add new variable promo
$scope.promo=‘new variable added’;
can anybody suggest ?
Do you mind posting the code for your entire controller? And by ‘not allowing’ do you mean it isn’t showing up in the HTML view?
Here. Try this; it worked for me
$scope.promo = ‘The most popular books this month.’;
maybe try putting a space bar before and after the equal sign and a period after added
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.