UNPKG

ionic-angular

Version:

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

13 lines (10 loc) 260 B
--- name: simple component: ionSideMenus --- var app = angular.module('simple', ['ionic']); app.controller('SideMenusSimpleCtrl', function($scope, $ionicSideMenuDelegate) { $scope.toggleLeft = function() { $ionicSideMenuDelegate.toggleLeft(); }; });