Demo
106 | 110 |111 | Demo of Material Design morphing hamburger menu toggle for Angular JS. 112 |
113 |Two Way Binding
123 |Click toggle to see model change.
124 |$scope.tgState: {{tgState}}
125 |
126 |
Install
130 |$ bower install angular-hamburger-toggle131 | 132 |
Usage
133 |angular.module('myApp', ['ngHamburger']);134 |
135 | 136 | 137 |