angular/modules/angular2/src/router
Victor Berchet d7df853bde feat(Directive): convert properties to an array
fixes #2013

BREAKING CHANGE:

Before

    @Directive(properties: {
      'sameName': 'sameName',
      'directiveProp': 'elProp | pipe'
    })

After

    @Directive(properties: [
      'sameName',
      'directiveProp: elProp | pipe'
    ])
2015-05-29 11:44:43 +02:00
..
browser_location.js refactor(router): add types 2015-05-18 19:32:33 +02:00
instruction.js fix(router): improve route matching priorities 2015-05-18 15:57:08 -07:00
location.js refactor(router): add types 2015-05-18 19:32:33 +02:00
path_recognizer.js fix(router): improve route matching priorities 2015-05-18 15:57:08 -07:00
pipeline.js refactor(router): improve control flow of descendant route activation 2015-05-18 15:57:08 -07:00
route_config_annotation.dart feat(router): export decorator version of RouteConfig 2015-05-04 15:44:16 -07:00
route_config_annotation.es6 feat(router): adds the router to the self-executing bundle. 2015-05-05 10:55:23 -07:00
route_config_decorator.dart feat(router): adds the router to the self-executing bundle. 2015-05-05 10:55:23 -07:00
route_config_decorator.es6 feat(router): adds the router to the self-executing bundle. 2015-05-05 10:55:23 -07:00
route_config_impl.js refactor(router): add types 2015-05-18 19:32:33 +02:00
route_recognizer.js fix(router): improve route matching priorities 2015-05-18 15:57:08 -07:00
route_registry.js fix(router): improve route matching priorities 2015-05-18 15:57:08 -07:00
router.js fix(router): improve route matching priorities 2015-05-18 15:57:08 -07:00
router_link.js feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
router_outlet.js fix(router): use appRootComponentToken to get root route configs 2015-05-19 14:36:45 -07:00
url.js refactor(router): add types 2015-05-18 19:32:33 +02:00