Commit Graph

1819 Commits

Author SHA1 Message Date
Adam Bradley
0ca3ec6555 fix(backbone): iOS back button fade in on back direction 2015-10-12 21:54:31 -05:00
Brandy Carney
146e77bab3 fix(search-bar): removed the dependency on passing a value for each query
references #247
2015-10-12 18:29:45 -04:00
jbavari
d02651fb9a Merge branch 'master' of github.com:driftyco/ionic2 2015-10-12 16:23:41 -06:00
jbavari
2debff1853 Fix(search-bar): Update search model to bind its query value to the textbox via two way data binding. On input text change or the clear button, call writeValue explicitly. Update demo to show this, also do not pass in undefined values 2015-10-12 16:23:31 -06:00
Drew Rygh
aa0925003d docs(demos): basic form examples 2015-10-12 15:24:49 -05:00
Drew Rygh
c946d407db docs(demos): form section outline 2015-10-12 15:24:49 -05:00
Max Lynch
33ac1cc13b SearchBar 2015-10-12 14:56:40 -05:00
Max Lynch
4758b9ae30 Add ngModel to switch demo 2015-10-12 14:51:12 -05:00
Brandy Carney
b824883ade fix(search-bar): error with inputs 2015-10-12 15:03:39 -04:00
Brandy Carney
3917c38e27 refactor(search-bar): removed dependency on ngControl and forms
Changed clear div to a button, using ngModel now being passed in by the
user, only showing clear button when input has more than one char.
2015-10-12 12:47:24 -04:00
Adam Bradley
ffc5a5e2ce refactor(Tabs): Tabs no longer extends NavController 2015-10-11 22:44:18 -05:00
Adam Bradley
8115f8d340 update MD transitions 2015-10-11 13:23:41 -05:00
Adam Bradley
61bd51367a improve iOS transitions/reduce dom updates 2015-10-11 12:47:39 -05:00
Adam Bradley
6c44ae6246 update animations 2015-10-10 23:52:01 -05:00
Adam Bradley
02cccbf47e Merge pull request #271 from driftyco/bundle-demos
Bundle demos
2015-10-10 17:16:07 -05:00
Adam Bradley
fa2ae9cd93 rename(sections): .navbar-container now ion-navbar-section 2015-10-10 17:14:03 -05:00
Adam Bradley
039ecac2ae fix(input): keyboard focus/scrolling/tabbing 2015-10-10 16:28:37 -05:00
Tim Lancina
2370524818 remove demos from build task 2015-10-09 22:49:30 -05:00
Tim Lancina
aa816a9072 bundle demos with CJS 2015-10-09 22:45:46 -05:00
Tim Lancina
5f283cc045 fix(docs): don't filter out api index page 2015-10-09 20:50:06 -05:00
Tim Lancina
551d1998f3 Add directive info to directive docs
Directive doc objects have a directiveInfo property that has two
properties: doc.directiveInfo.type and doc.directiveInfo.properties.

type: 'Component' or 'Directive'

properties: array of objects in the format { name, values }, where name
is either 'selector', 'inputs', or 'outputs' and values is an array of
strings.

Ex: {
      type: 'Component',
      properties: [
        {
          name: 'selector',
          values: ['button', '[button]']
        },
        {
          name: 'inputs',
          values: ['icon', 'color']
        }
      ]
    }
2015-10-09 20:50:06 -05:00
Drew Rygh
f8fdcb6333 docs(demos): button contents 2015-10-09 17:06:22 -05:00
Drew Rygh
a9112eb55d chore: remove unused docs file 2015-10-09 17:06:22 -05:00
Adam Bradley
627080b1e2 fix(NavController): setView race condition 2015-10-09 17:02:18 -05:00
Adam Bradley
085ee958c4 refactor(NavController): use ng2 loadNextToLocation 2015-10-09 16:16:40 -05:00
jbavari
923a492d20 Merge branch 'master' of github.com:driftyco/ionic2 2015-10-09 11:22:49 -06:00
jbavari
e9a7eabf9b Update demo for grouping and item sticky elements 2015-10-09 11:22:43 -06:00
jbavari
f98edb4642 Remove @host - for templates that dont have content directly in component 2015-10-09 11:22:17 -06:00
Tim Lancina
a339ba1732 Upgrade typescript to 1.6.2
Closes #232.
2015-10-09 12:10:50 -05:00
Adam Bradley
03cb1a7a5b refactor(): IonicForm/IonicKeyboard
Closes #224
2015-10-09 11:29:58 -05:00
Drew Rygh
8eb3e61e58 docs(demos): tweak button styles 2015-10-09 11:25:09 -05:00
Drew Rygh
a406e05413 docs(demos): update button demo content 2015-10-09 10:52:09 -05:00
Tim Lancina
3f368ff356 redo dry-run commit 2015-10-09 10:02:47 -05:00
Tim Lancina
ff2fa2b22d Revert "add --dry-run flag to publish task"
This reverts commit fb384fbb1a.
2015-10-09 10:02:47 -05:00
Brandy Carney
972e16e62a test(search-bar): modified tests to send in less chars
references #247
2015-10-09 10:58:19 -04:00
Tim Lancina
257aa5bfba burn traceur runtime 2015-10-09 09:57:36 -05:00
Tim Lancina
fb384fbb1a add --dry-run flag to publish task 2015-10-09 09:55:04 -05:00
Tim Lancina
fe4f0ab6dc update npm package dependencies 2015-10-09 09:55:04 -05:00
Brandy Carney
e7aefec995 Merge remote-tracking branch 'origin/master' 2015-10-09 10:42:24 -04:00
Brandy Carney
d8a12c3c98 test(search-bar): added tests for all search bars
references #247
2015-10-09 10:38:34 -04:00
Brandy Carney
8812fec315 refactor(search-bar): updated iOS cancel button to be far off screen to begin with
references #247
2015-10-09 10:38:15 -04:00
Tim Lancina
e0a81e3e26 use rtts_assert alpha.37 for npm package 2015-10-09 09:15:49 -05:00
jbavari
092c5123e5 Merge branch 'master' of github.com:driftyco/ionic2 2015-10-09 08:15:32 -06:00
Adam Bradley
0cac4d9a2e chore(): remove use of @View 2015-10-09 09:15:04 -05:00
jbavari
01a9b3d33e Merge branch 'master' of github.com:driftyco/ionic2 2015-10-09 08:12:50 -06:00
jbavari
9585653d78 Include test for groups and retrieving the content injectin 2015-10-09 08:12:39 -06:00
Tim Lancina
9255d473f1 update angular test_lib bundle name 2015-10-09 08:17:47 -05:00
Tim Lancina
a21aaa5080 NavController remove tests 2015-10-09 08:15:40 -05:00
Adam Bradley
9addec6a7d Merge branch 'alpha40' 2015-10-09 00:19:31 -05:00
Adam Bradley
8f1a0b40f9 Revert "NavController popTo takes componentType"
This reverts commit 63aebf8ba8.
2015-10-09 00:18:02 -05:00