Skip to content

Commit

Permalink
chore: trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoungrok0517 committed Feb 28, 2016
1 parent 1a302b0 commit 68fad7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions media/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ angular.module("app", ["firebase", "ngStorage"])
restrict: 'A',
templateUrl: "templates/happy-post.html",
replace: true,
controller: function($scope, $element, $attrs, $transclude) {
// var menus = $element.find('ul');
// componentHandler.upgradeElements(menus);
}
// link: function (scope, element, attrs) {
// var menus = element.find('ul');
// componentHandler.upgradeElements(menus);
Expand Down

0 comments on commit 68fad7a

Please sign in to comment.