Skip to content

Commit 9af5f3c

Browse files
committed
recompile ionic-angular
1 parent 3ca4275 commit 9af5f3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/js/ionic-angular.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,10 +912,10 @@ angular.module('ionic.ui.list', ['ngAnimate'])
912912

913913
template: '<div class="list" ng-class="{\'list-editing\': showDelete, \'list-reordering\': showReorder}" ng-transclude></div>',
914914

915-
controller: function($scope, $attrs) {
915+
controller: ['$scope', '$attrs', function($scope, $attrs) {
916916
this.scope = $scope;
917917
this.attrs = $attrs;
918-
},
918+
}],
919919

920920
link: function($scope, $element, $attr) {
921921
$scope.listView = new ionic.views.ListView({

0 commit comments

Comments
 (0)