Commit Graph

35 Commits

Author SHA1 Message Date
Adam Bradley
223d89624d style(): main angular references 2015-02-02 20:49:04 -06:00
Adam Bradley
2480746f2f style(): remove unused code 2014-12-31 10:05:02 -06:00
Adam Bradley
3bcda3f2f1 fix(modal): align header title after viewable 2014-12-04 15:11:15 -06:00
Perry Govier
1224902e57 fix(popover): reposition popover on window resize. Closes #2189 2014-10-02 14:04:27 -05:00
ruioliveiras
eba588337c docs(modal): note angular template syntax regarding inline templates 2014-09-18 11:21:47 -05:00
Perry Govier
6a4f381fdd Merge pull request #1917 from schmoofer/master
fix(modal): eliminate flicker when using fade-in/out animation style
2014-09-04 18:47:33 -05:00
Adam Bradley
2c3f1c9f02 feat($ionicBody): service to simplify body ele interaction
Many services/directives have to interact with the body element, and
each one has to write the same long code. The $ionicBody service
provides some useful methods to clean up and reduce redundant code.
2014-08-26 22:23:07 -05:00
David
a1c5f8017d Fixes issue where modal flickers when closing when using fade-in/fade-out animation, 500 ms delay wasn't enough so changed to 320 ms 2014-08-02 22:00:58 -07:00
Adam Bradley
c1215aa300 feat(popover): created popovers 2014-07-31 14:43:29 -05:00
Perry Govier
4f6d02cfcb refactor(modal): trigger resize event on the window when modal opens
A better approach to resolving an issue with collection-repeat sizing itself properly. This keeps directives independent of eachother.
2014-07-24 14:45:40 -05:00
Andrew
ed4f22889e feat(ionModalView): ion-modal-view to wrap template instead of <div class="modal">
Closes #1668.

`<div class="modal">` will still work, but adding an `<ion-modal-view>`
element to wrap a modal template is a more "Ionic Looking" way of doing
the same thing.
2014-07-07 13:43:12 -06:00
Andrew Joslin
64f847aac7 docs($ionicModal): typo 2014-06-10 12:57:39 -06:00
Andrew Joslin
288dfedca3 docs($ionicModal): remove unnecessary sentence 2014-06-10 12:55:01 -06:00
Andrew Joslin
13853b68b7 docs($ionicModal: add colon 2014-06-10 12:54:37 -06:00
Andrew Joslin
12765cea47 docs($ionicModal): add related link to ionicModal controller at top 2014-06-10 12:54:03 -06:00
Andrew Joslin
b2caa16c77 docs(modal): add note about modal.removed,hidden,shown in $ionicModal 2014-06-10 12:51:36 -06:00
Andrew Joslin
9942045fb2 amend($ionicModal): if hardwareBackButtonClose false, back button is noop
Addresses #1397
2014-06-05 07:29:39 -06:00
Andrew Joslin
9ffca1e4eb feat($ionicModal): add hardwareBackButtonClose as option, default true
Closes #1397
2014-06-04 13:45:21 -06:00
tyschroed
17ee4dffde docs(modal): add missing tic causing backdropClickToClose to not format properly. Closes #1533 2014-05-30 17:36:39 -05:00
Cihan Necat KAVİ
4136db00a1 fix(ionItem): Pass target attributes on <ion-item> tags on to the actual <a> tag. Closes #1492 2014-05-28 16:42:04 -05:00
Misha Moroshko
3e8287156d docs(modal): fix templateUrl
Closes #1478
2014-05-23 05:54:02 -06:00
Max Lynch
003659b65e fix(modal): error message for modal show after remove 2014-05-22 14:02:03 -05:00
Andrew Joslin
55e910d2e9 chore(demos): start ionic-demo page 2014-05-16 15:05:13 -06:00
Felquis Gimenes
67ea34ae1d docs($ionicModal): clearly note that .modal wrapper is required
Closes #1384.

Just to avoid mistakes/questions like this http://forum.ionicframework.com/t/ionic-modal-not-animating/4196
2014-05-14 09:01:27 -06:00
Andrew Joslin
291d723ab1 feat($ionicModal): allow configuration of backdropClickToClose
Addresses #1087
2014-05-12 08:24:19 -06:00
sanderheling
7494b0525e docs($ionicModal): add docs for modal.removed and modal.hide
Closes #1320
2014-05-09 08:49:30 -06:00
Adam Bradley
57d66b2a2d style(jshint): jshint 2014-05-08 08:19:14 -05:00
Andrew Joslin
b785955348 chore(): factor out some angular functions to variables 2014-05-07 14:54:51 -06:00
Adam Bradley
d2ebed847e fix(modal): Remove modal flicker, closes #1150 2014-05-02 11:49:16 -05:00
Andy Joslin
5c3c65d17f test($ionicModal): add better tests for backdrop click 2014-04-30 13:43:07 -06:00
Andy Joslin
5c3500743c refactor($ionicModal): backdrop click-close only after animating in 2014-04-30 13:28:22 -06:00
Andy Joslin
6c0c8350f2 fix($ionicModal): do not inherit has-header etc from parent scope
Closes #1191
2014-04-29 10:50:12 -06:00
Adam Bradley
83fd11c565 fix(modal): Increase delay of removing .modal-open to prevent focus under modals 2014-04-16 15:04:17 -05:00
Andy Joslin
104c642019 fix($ionicModal): make it use jqLite#remove()
Closes #1138
2014-04-15 19:47:17 -06:00
Andy Joslin
14a2790749 refactor(): reorganize source files 2014-04-14 10:47:27 -06:00