Commit Graph

134 Commits

Author SHA1 Message Date
Adam Bradley
cf56a370b3 fix(ripple): register tapClick after config/platform
Closes #267
2015-10-08 15:56:13 -05:00
Adam Bradley
b9ae06d442 refactor(input): improve focus handling, alpha39 fixes 2015-10-08 15:50:29 -05:00
Adam Bradley
1d3d40cab5 feat(ionicBindings): pass in IonicConfg instance
Closes #258
2015-10-07 21:51:54 -05:00
Adam Bradley
c657bb6d6a alpha39 updates/hacks
Conflicts:
	ionic/components/search-bar/search-bar.ts
	ionic/config/decorators.ts
2015-10-07 14:57:58 -05:00
Tim Lancina
a3da0fa68f update api docs to say page instead of view 2015-10-07 14:37:19 -05:00
Tim Lancina
d2d7fc8cea link to Page from IONIC_DIRECTIVES api doc 2015-10-07 14:23:16 -05:00
Tim Lancina
26e3554d56 rename IonicView to Page 2015-10-07 13:44:53 -05:00
Adam Bradley
bdaed1b2ca Merge branch 'master' into alpha38
Conflicts:
	ionic/components/search-bar/search-bar.ts
	ionic/config/decorators.ts
2015-10-07 10:59:15 -05:00
Adam Bradley
0be37b201f rename IonicComponent to ConfigComponent 2015-10-07 10:54:28 -05:00
Adam Bradley
1befe94802 alpha39 updates 2015-10-07 10:51:08 -05:00
Max Lynch
ce6dbd1ee2 feat(blur): iOS Blur Directive 2015-10-07 09:28:01 -05:00
mhartington
e4ba21bfe1 docs(ionicConfig): add inital config docs
Close #256
2015-10-07 09:37:02 -04:00
Adam Bradley
f7bed3e098 fix(textInputs): register components, don't use Query 2015-10-06 22:20:40 -05:00
Adam Bradley
50b6fdea8d Merge branch 'master' into alpha38
Conflicts:
	ionic/components/search-bar/search-bar.ts
	ionic/config/decorators.ts
2015-10-06 20:38:04 -05:00
Max Lynch
cb14011ced :derp: 2015-10-06 18:31:05 -05:00
Max Lynch
dbb2729e57 feat(item): sliding items 2015-10-06 18:30:46 -05:00
Tim Lancina
b19d72b7da update IONIC_DIRECTIVES api doc 2015-10-06 13:03:59 -05:00
Tim Lancina
0ae8ee6661 add search-bar back to IONIC_DIRECTIVES 2015-10-06 12:11:00 -05:00
Tim Lancina
7463ce9ee4 Remove forwardRefs from IONIC_DIRECTIVES
Closes #250.
2015-10-06 12:11:00 -05:00
Tim Lancina
8185bfbe12 update IonicView api docs 2015-10-05 17:11:12 -05:00
Brandy Carney
0642a46d19 Merge branch 'master' into search-bar 2015-10-05 17:03:16 -04:00
Adam Bradley
0ae98ad835 Merge branch 'master' into alpha38 2015-10-05 15:25:40 -05:00
Tim Lancina
631472d3c1 nav doc tweaks 2015-10-05 15:24:48 -05:00
Adam Bradley
a53efcdeb4 fix(config) 2015-10-05 15:20:47 -05:00
Adam Bradley
194f3e4aad fix(config): set user platform modes 2015-10-05 15:09:16 -05:00
Adam Bradley
6955a8cdba fix(nav): update loader 2015-10-05 11:43:53 -05:00
Adam Bradley
cd319e1cf2 working modals 2015-10-05 11:05:55 -05:00
Adam Bradley
3324f3cc90 refactor(overlay): actionsheet/popup 2015-10-04 22:35:54 -05:00
Adam Bradley
dfe19a962d use title service 2015-10-04 11:45:32 -05:00
Adam Bradley
2b86705f54 bootstrap refactor wip 2015-10-04 00:20:41 -05:00
jbavari
3215c05f4f Fix(search-bar): Have search bar go through items, provide filter, and filter those from list. Make search bar have valueAccessor it self update update control value to watcher 2015-10-02 23:10:52 -06:00
Tim Lancina
539edf8ebd chore(nav): more nav docs 2015-10-02 19:46:07 -05:00
Adam Bradley
5b0eda5be1 refactor(config): get/set/settings and unit tests 2015-10-02 15:23:08 -05:00
mhartington
34b063550c fix(config): don't hide tab icons for MD 2015-10-02 14:40:58 -04:00
mhartington
ae6e140fbf feat(ionTabs): hide tabs by default with MD
Closes #229. Closes #236
Squashed commit of the following:

commit f566321e54937b8d31a8d1f85948ab5d984b9e37
Author: mhartington <mikehartington@gmail.com>
Date:   Fri Oct 2 11:03:50 2015 -0400

    feat(ionTabs): organize code and clean font sizes

commit 9ee1e28f0b01e9e195bc24a65066a57d66e5ec50
Author: mhartington <mikehartington@gmail.com>
Date:   Fri Oct 2 10:51:36 2015 -0400

    feat(ionTabs): move scss to tabs.scss

commit 3eba74c27c8eefe6e61f8f3ac12742edb7181772
Author: mhartington <mikehartington@gmail.com>
Date:   Thu Oct 1 16:23:37 2015 -0400

    feat(ionTabs): add test

commit 34f61431d41283fc8e5ed2f64e0874659072660b
Author: mhartington <mikehartington@gmail.com>
Date:   Thu Oct 1 16:13:05 2015 -0400

    feat(ionTabs): reuse tabBarIcons

commit 8c6f0edb17bcc6ff0c5f8b7be66f2be8a6775d48
Author: mhartington <mikehartington@gmail.com>
Date:   Thu Oct 1 15:56:29 2015 -0400

    feat(ionTabs): hide tab icon for md
2015-10-02 11:45:35 -04:00
Adam Bradley
c1406d259b test(config): get method 2015-10-02 09:10:46 -05:00
Adam Bradley
fcacce1d9d test(platform): init platform/config tests 2015-10-01 22:45:46 -05:00
Brandy Carney
43505407b3 chore(popup): Added md mode animation's for popup and added to config
Removed the background from the md scss file. References #183
2015-10-01 13:29:50 -04:00
Adam Bradley
6b07b86e8e feat(modals): mode transitions 2015-09-29 15:48:48 -05:00
Adam Bradley
52bf1f8520 fix(menuClose): put in ionic directives 2015-09-29 11:45:44 -05:00
Tim Lancina
db6c7b7283 feat(nav): add NavRegistry 2015-09-24 17:34:47 -06:00
Adam Bradley
b14956d9d0 chore(): rename annotations to decorators 2015-09-22 13:15:10 -05:00
Adam Bradley
f3358a697e chore(): rename to IONIC_DIRECTIVES
Closes #165
2015-09-22 13:11:56 -05:00
Adam Bradley
e6c620840b chore(): remove MaterialButton 2015-09-21 22:50:10 -05:00
Adam Bradley
00ebfaebfc remove <icon forward></icon> 2015-09-18 15:55:18 -05:00
Adam Bradley
f704cc3e97 rename ActionMenu to ActionSheet 2015-09-17 23:41:09 -05:00
Adam Bradley
abff83a206 toolbar refactor wip 2015-09-16 00:42:22 -05:00
Adam Bradley
8fbf53e1b7 rename Platform to IonicPlatform
Make IonicPlatform an injectable. Closes #99
2015-09-13 00:39:19 -05:00
Adam Bradley
0039647515 rename aside to menu 2015-09-11 21:40:58 -05:00
Tim Lancina
347c8877a4 :( 2015-09-09 15:34:36 -05:00