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.

13 lines (8 loc) 198 B
--- name: floatingLabel component: itemFloatingLabel --- var app = angular.module('floatingLabel', ['ionic']); app.controller('AppCtrl', function($scope) { $scope.favSong = "Tubthumping"; });