Exercise
Correct!
False!
Q1. Create and inject constant named MOVIE_TITLE with a value The Matrix
1
2
3
4
5
6
var app = angular.module('app', []);
// code_here
app.controller('MyController', function (code_here) {
$scope.movie = code_here;
});
X

results matching ""

    No results matching ""