feat(forms): initial implementation of forms

This commit is contained in:
vsavkin
2015-02-03 07:27:09 -08:00
committed by Alex Eagle
parent 4623e88509
commit cdb1e82216
13 changed files with 297 additions and 9 deletions

View File

@ -49,7 +49,8 @@ module.exports = function(config) {
'/packages/di': 'http://localhost:9877/base/modules/di',
'/packages/directives': 'http://localhost:9877/base/modules/directives',
'/packages/facade': 'http://localhost:9877/base/modules/facade',
'/packages/test_lib': 'http://localhost:9877/base/modules/test_lib',
'/packages/forms': 'http://localhost:9877/base/modules/forms',
'/packages/test_lib': 'http://localhost:9877/base/modules/test_lib'
},
preprocessors: {