mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Hacking Angular Stuff
This commit is contained in:
@ -58,7 +58,7 @@ angular.module('ionic.ui.sideMenu', [])
|
||||
$scope.contentTranslateX = 0;
|
||||
})
|
||||
|
||||
.directive('sideMenuController', function() {
|
||||
.directive('sideMenuCtrl', function() {
|
||||
return {
|
||||
restrict: 'E',
|
||||
controller: 'SideMenuCtrl',
|
||||
|
||||
Reference in New Issue
Block a user