$scope.myVar = false; $scope.clickMe = function(){ console.log(myVar) };
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?
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>
Ionic is a open source, front-end?
Correct Answer: SDK
A complex popup has a buttons _____ with each button having a text?
Correct Answer: Array
What option shows Ionic Framework navigating from a view on one tab to a view on another tab?
Correct Answer: .state('tab.chats', { urls: '/chats', views: { 'tab-chats': { templateUrls: 'templates/tab-chats.html', controller: 'ChatsCtrl' } } })
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>
Which gesture is used for the touch that stays at the same location 500ms?
Correct Answer: on-hold
Ionic provides custom ___ and methods?
Correct Answer: Components
Which of the following controllers is responsive for navigating in Ionic 2?
Correct Answer: NavigationController
Poor Results!
You need a lot of improvement.
Just don't give up!
Correct Answers: 0/10
Start Practicing with our MCQs given below.
Ionic Framework MCQs | Topic-wise
Related MCQs
Laravel Framework
BackBone.js
Apache Server
Web Building
Web Development
Front-end Development