Home > MCQs > Website Designing & Development > Ionic Framework MCQs

Ionic Framework MCQ

Ionic Framework Quick Quiz

Question 1 of 10
  • $scope.myVar = false; $scope.clickMe = function(){ console.log(myVar) };

    Answer & Explanation

    Correct Answer: <ion-checkbox ng-model="myVar" ng-change="clickMe()"></ion-checkbox>

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

  • How to create dropdown menu & Side menu in Ionic?

    Answer & Explanation

    Correct Answer: <ion-list> <div ng-repeat="group in groups"> <ion-item class="item-stable" ng-click="toggleGroup(group)" ng-class="{active: isGroupShown(group)}"> <i class="icon" ng-class="isGroupShown(group) ? 'ion-minus' : 'ion-plus'"></i> Group {{group.name}} </ion-item> <ion-item class="item-accordion" ng-repeat="item in group.items" ng-show="isGroupShown(group)"> {{item}} </ion-item> </div> </ion-list>

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

  • Ionic is a open source, front-end?

    Answer & Explanation

    Correct Answer: SDK

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

  • A complex popup has a buttons _____ with each button having a text?

    Answer & Explanation

    Correct Answer: Array

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

  • What option shows Ionic Framework navigating from a view on one tab to a view on another tab?

    Answer & Explanation

    Correct Answer: .state('tab.chats', { urls: '/chats', views: { 'tab-chats': { templateUrls: 'templates/tab-chats.html', controller: 'ChatsCtrl' } } })

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

  • How to create dropdown menu & Side menu in Ionic?

    Answer & Explanation

    Correct Answer: ion-list> div ng-repeat="group in groups"> ion-item class="item-stable" ng-click="toggleGroup(group)" ng-class="{active: isGroupShown(group)}"> i class="icon" ng-class="isGroupShown(group) ? 'ion-minus' : 'ion-plus'"> /i> Group {{group.name}} /ion-item> ion-item class="item-accordion" ng-repeat="item in group.items" ng-show="isGroupShown(group)"> {{item}} /ion-item> /div> /ion-list>

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

  • Which gesture is used for the touch that stays at the same location 500ms?

    Answer & Explanation

    Correct Answer: on-hold

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

  • Ionic provides custom ___ and methods?

    Answer & Explanation

    Correct Answer: Components

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

  • Which of the following controllers is responsive for navigating in Ionic 2?

    Answer & Explanation

    Correct Answer: NavigationController

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

  • $scope.myVar = false; $scope.clickMe = function(){ console.log(myVar) };

    Answer & Explanation

    Correct Answer: <ion-checkbox ng-model="myVar" ng-change="clickMe()"></ion-checkbox>

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

  • Ionic Framework Quick Quiz

    battery

    Poor Results!

    You need a lot of improvement.

    Just don't give up!

    Correct Answers: 0/10

    Start Practicing with our MCQs given below.