UNPKG

ionic-angular

Version:

[![Circle CI](https://circleci.com/gh/driftyco/ionic.svg?style=svg)](https://circleci.com/gh/driftyco/ionic)

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