Configure route provider

Exercise
Correct!
False!
Define UI Router to go partial-home.html page when home state is triggered. Otherwise go to home state.
var app = angular.module('app', [code_here]); app.config(function(code_here) { code_here code_here .state('home', { url: '/home', templateUrl: 'partial-home.html',r controller: 'MainCtrl as ctrl' }) });

results matching ""

    No results matching ""