UNPKG

ionic-cordova-gulp-seed

Version:

Ionic & Cordova & Gulp seed with organized code, tests, bower support and some other stuff. Originated from ionic-angular-cordova-seed.

9 lines (8 loc) 160 B
--- name: chooseOne component: ionRadio --- angular.module('chooseOne', ['ionic']) .controller('ChooseOneCtrl', function($scope) { $scope.choice = 'two'; });