Skip to content

Commit

Permalink
fix(ons-switch): oops. Fixed undefined variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoo committed Oct 1, 2015
1 parent 2362851 commit aea2f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/views/switch.js
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
(function(){
'use strict';

angular.module('onsen').factory('SwitchView', function($parse) {
angular.module('onsen').factory('SwitchView', function($parse, $onsen) {

var SwitchView = Class.extend({

Expand Down

0 comments on commit aea2f39

Please sign in to comment.