UNPKG

angular-material-sidenav

Version:

Component that build the same sidenav from official angular material website

25 lines (21 loc) 395 B
'use strict'; /** * @ngdoc function * @name demoApp.controller:IndexCtrl * @description * # IndexCtrl * Controller of the demoApp */ angular.module('demoApp') .controller('HomeCtrl', [ '$scope', '$timeout', '$state', 'ssSideNav', function ( $scope, $timeout, $state, ssSideNav) { } ]);