Moving dropdown to its own module folder and renaming

This commit is contained in:
Rob Harrington
2015-05-07 16:48:37 +10:00
parent 1c03e27686
commit f5c0ae0f41
6 changed files with 30 additions and 32 deletions

View File

@@ -0,0 +1,2 @@
angular.module("admin.dropdown").controller "DropDownCtrl", ($scope) ->
$scope.expanded = false