UNPKG

float-labels

Version:
6 lines (4 loc) 191 B
var app = angular.module('app', ['floatLabel']); app.controller('mycontroller',['$scope','$rootscope', function($scope,$rootscope){ console.log("controller here.."); }]);