feat(ionContent): use child scope instead of isolate scope

Adds new '$ionicBind' service, which takes an object containing
binding definitions (similar to angular directive isolate scope
definition).  Allows binding of any directive attribute & expressions
from a scope, letting us do normal attribute -> scope binding
without having to create isolate scopes.

Closes #555. Closes #669
This commit is contained in:
Andy Joslin
2014-02-24 08:08:17 -05:00
parent 9e74608c36
commit 49e0dac999
7 changed files with 268 additions and 35 deletions

View File

@@ -3,6 +3,7 @@
* modules.
*/
angular.module('ionic.service', [
'ionic.service.bind',
'ionic.service.platform',
'ionic.service.actionSheet',
'ionic.service.gesture',