mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
List syncing
This commit is contained in:
1
js/ext/angular/src/directive/ionicToggle.js
vendored
1
js/ext/angular/src/directive/ionicToggle.js
vendored
@ -7,6 +7,7 @@ angular.module('ionic.ui.toggle', [])
|
||||
restrict: 'E',
|
||||
replace: true,
|
||||
require: '?ngModel',
|
||||
scope: true,
|
||||
template: '<div class="toggle">' +
|
||||
' <input type="checkbox">'+
|
||||
' <div class="track">' +
|
||||
|
||||
Reference in New Issue
Block a user