MCQs > Website Designing & Development > Ionic Framework >

How can you pass data from one view to another by using UI-router?

Ionic Framework MCQs

How can you pass data from one view to another by using UI-router?

Answer

Correct Answer: $stateProvider .state('todos', { url: '/todos', controller: 'TodosCtrl', templateUrl: 'todos.html', resolve: { todos: function(TodosService) { return TodosService.getTodos() } } })

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Ionic Framework Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Ionic Framework Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it