List syncing

This commit is contained in:
Max Lynch
2013-10-11 14:26:16 -05:00
parent 20a6bba05e
commit cc40017b1a
8 changed files with 74 additions and 24 deletions

View File

@ -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">' +