Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2602 commits
Select commit Hold shift + click to select a range
5d34eff
fix(chips): Fix readonly padding issue.
topherfangio Dec 1, 2015
d641433
fix(toast): Hide scrollbars during animation.
topherfangio Dec 1, 2015
593264e
Incomplete installation instructions
angelxmoreno Dec 1, 2015
ff11fb4
style(core): change warn color from red to deep-orange as spec
EladBezalel Nov 30, 2015
605a173
docs(dialog): added docs to the elements and fixed controller
EladBezalel Nov 27, 2015
19a32d0
fix(list): secondary button wasn't coping ngIf attribute
EladBezalel Nov 30, 2015
358fd98
fix(list): wrapping secondary if it has ng-click
EladBezalel Nov 30, 2015
6cac7da
fix(input): has-icon overwriting should have higher css priority as n…
devversion Dec 1, 2015
67e50f6
update(core): detect incompatible ngTouch usages
ThomasBurleson Dec 2, 2015
08b5af5
fix(input): fixes alignment between datepicker and other input elements
Dec 2, 2015
2a1de83
fix(layouts): register Layout directives for xs, gt-xs, xl
ThomasBurleson Dec 2, 2015
097b799
fix(menu): improve aria compliance
rschmukler Dec 1, 2015
6b1d758
fix(layout): allow layout-align without cross-axis or main-axis value
ngraef Dec 1, 2015
bd1e826
docs: Add new layout tips and tricks guide.
topherfangio Nov 12, 2015
e82ed42
update(layout): add corrections and warnings for IE-related issues
ThomasBurleson Dec 2, 2015
38812e7
style(button): changed raised color to background-900 and not backgro…
EladBezalel Nov 15, 2015
29df942
style(disabled components): changed all components with disabled opti…
EladBezalel Nov 28, 2015
ba23a4d
docs: Update Layout Tips & Tricks with better wording.
topherfangio Dec 3, 2015
503fa9d
udpate(layout): add support for layoutAlign missing main-axis specifier
ThomasBurleson Dec 3, 2015
b3177f2
fix(select): fixes positioning of select menu and sets it to append t…
Dec 2, 2015
9dc98b9
update version number in package.json to 1.0.0-rc6
Dec 3, 2015
72fc318
amend(select): fix bug introduced by accessability fixes
rschmukler Dec 2, 2015
aa6a058
fix(cards): applying zero margin only on first and last p elements
EladBezalel Dec 3, 2015
cdc9719
revert(select): reverts select change that was breaking tests
Dec 3, 2015
b4ef302
fix(virtualRepeat): update deps to include showHide. Fixes #4435.
jelbourn Dec 4, 2015
1938945
fix(dialog): update code example from `content` to `textContent`. Fixes
jelbourn Dec 4, 2015
1771b29
fix(virtualRepeat): fix sizer not shrinking when items reduce in number.
jelbourn Dec 4, 2015
f6e97a0
update(docs, layout): fix breakpoints, documentation, and gettingStarted
ThomasBurleson Dec 4, 2015
4df8bcd
update(sidenav): fix mediaQuery
ThomasBurleson Dec 5, 2015
56d0499
upate(docs): gettingStarted, layoutIntro
ThomasBurleson Dec 5, 2015
058895c
update(docs): added gettingStarted links to 'How do I start'
ThomasBurleson Dec 5, 2015
61bb6c4
update(card): add border-box img for proper sizing
ThomasBurleson Dec 5, 2015
3e71b11
update(docs): improve layoutTroubleshooting doc
ThomasBurleson Dec 5, 2015
8655604
update(docs): improved layoutTips section(s)
ThomasBurleson Dec 5, 2015
12581d6
update(docs): changed CodePen Community image
ThomasBurleson Dec 6, 2015
155be31
update(layout): layoutAlign fixes and demo
ThomasBurleson Dec 6, 2015
f73ef23
update(docs): typo corrections
ThomasBurleson Dec 6, 2015
ef05ea3
fix(list): don't turn list-items with ngIf into a button.
jelbourn Dec 7, 2015
7edda11
fix(select): fix bugs introduced by keeping md-select-menu in DOM. Fi…
rschmukler Dec 4, 2015
cae51a6
fix(toast): Hide scrollbars during animation.
topherfangio Dec 1, 2015
c668ba4
fix(toolbar): solves NgUpgrade interop issue. Fixes #6069
alex94cp Dec 4, 2015
3d32c2e
feat(layout): add flex noshrink attribute to prevent shrinking
devversion Dec 5, 2015
992d9b5
docs(ripple): rename md-ripple-ink to md-ink-ripple as specified in t…
devversion Dec 3, 2015
d0b7bac
fix(tooltip): guard against missing offsetParent.
jelbourn Dec 7, 2015
d3c0acb
fix(autocomplete): always set tabindex to allow receiving focus.
devversion Dec 7, 2015
f6c3b46
update(travis): set nodejs version to 4.2.3
ThomasBurleson Dec 8, 2015
cb2bc6a
update(docs): add codepen to layout Tips
ThomasBurleson Dec 8, 2015
36b03f2
fix(ripple): calculate relative coordinates from ripple target.
devversion Dec 8, 2015
1013423
fix(virtualRepeat): Broken demos relating to size computation
kseamon Dec 8, 2015
b339baa
fix(menubar): fix menus overflow hiding behind menubar
rschmukler Dec 8, 2015
0fa917d
fix(menubar): fix keyboard controls
rschmukler Dec 8, 2015
22a81ff
amend(select): keep select in DOM but move to body on open
rschmukler Dec 7, 2015
378248a
fix(menu): fix menus inside toolbars and dialogs
rschmukler Dec 8, 2015
eb1695a
fix(menubar): fix broken menubar accessability with checkbox and radi…
rschmukler Dec 8, 2015
a2ec660
fix(layout): hide/show with breakpoints
ThomasBurleson Dec 8, 2015
871512d
fix(input): input error messages visible on form submit
EladBezalel Dec 8, 2015
36efd3f
docs(typography): fix font size typo
jkiimm Nov 14, 2015
88ba1fd
fix(autocomlete): Gets rid of uncompiled content flicker. Works aroun…
kseamon Nov 9, 2015
db72b39
style(input): fixed support in rtl
EladBezalel Dec 2, 2015
9d72659
fix(tooltip): always append to body and disappear on scroll
EladBezalel Dec 8, 2015
6acd1c3
fix(virtualRepeat): sets initial size for virtual repeat when the fir…
Dec 8, 2015
cf7f21a
fix(input): ngMessages jump with ngShow, ngIf, etc
topherfangio Nov 20, 2015
f56976b
amend(virtualRepeat): fixes the unit test in the previous PR that was…
Dec 9, 2015
05ec5b7
docs(input): Fix input Basic Usage demo in IE11.
topherfangio Dec 8, 2015
3f1350e
update version number in package.json to 1.0.0-rc7
Dec 9, 2015
2ab3075
fix(select): don't wrap multiple choices in new lines
devversion Dec 8, 2015
2f18bb4
fix(showHide): Don't set up $md-resize $broadcasting $watcher until r…
kseamon Dec 8, 2015
190d304
fix(virtualRepeat): Resolve bizarre missing $scope.$root issue (#6129)
kseamon Dec 8, 2015
f376178
fix(layout): 'flex' change per recommended workarounds
ThomasBurleson Dec 9, 2015
ea60dd3
fix(toast): wrap toast content with .md-toast-content
jelbourn Dec 10, 2015
cfdd7cf
fix(speedDial): Fix intially open bug.
topherfangio Dec 9, 2015
8d7ec06
fix(dialog): guard against missing focus traps upon removal.
jelbourn Dec 10, 2015
a4ea9de
fix(tabs): tabs will not try to animate height if the new height matc…
Dec 10, 2015
3040fd2
fix(select): removes usage of `element.scope()`
Dec 10, 2015
5ca3170
fix(input): Remove unneccessary CSS error margin.
topherfangio Dec 10, 2015
195dbb4
update(build): use Karam 0.13.x
ThomasBurleson Dec 11, 2015
67ebee6
update(tools): karma-fast updated with revised API.
ThomasBurleson Dec 11, 2015
16486db
fix(layouts): do not replace invalid attribute values
ThomasBurleson Dec 11, 2015
80a8929
docs: Fix gulp task causing duplicate demo files.
topherfangio Dec 11, 2015
1d71928
fix(input): guard against null access on parentForm (Angular 1.3).
jelbourn Dec 14, 2015
dc8f388
fix(select): focus should behave as same as normal inputs
devversion Dec 9, 2015
8d4e7c2
amend(select): restore touched functionality from 2afba77
rschmukler Dec 14, 2015
86ec22a
fix(demos): CodePen launches fixed
ThomasBurleson Dec 14, 2015
62af938
fix(menu-bar): fix embeded menus closing immediately
rschmukler Dec 14, 2015
43e01a7
fix(test): improve test of $interpolate for ng v1.5.x
ThomasBurleson Dec 14, 2015
c6e9106
update(docs): update home page intro paragraph
ThomasBurleson Dec 14, 2015
9a33d1c
Update README.md
ThomasBurleson Dec 14, 2015
0eb7d8a
fix(input): Fix input errors CSS to properly display.
topherfangio Dec 14, 2015
c33819e
fix(tooltip): Firefox scroll event was triggered cause the usage of t…
EladBezalel Dec 9, 2015
fb53c27
update version number in package.json to 1.0.0
Dec 14, 2015
8ab8a55
update(card, demo): fix mdCard image sizing
ThomasBurleson Dec 15, 2015
b8a9624
update(demos): improved card layouts for -xs and -gt-xs
ThomasBurleson Dec 15, 2015
f9b0602
docs: Fix docs.css localhost href.
topherfangio Dec 17, 2015
de5237f
fix(select): Position incorrect if selection scrolled.
topherfangio Dec 16, 2015
19c11fd
fix(tabs): workaround for ngAnimate issue with ngClass
Dec 17, 2015
2eaf210
update version number in package.json to 1.0.1
jelbourn Dec 17, 2015
656694f
fix(datepicker): temporarily disable test that only passes on FF.
jelbourn Dec 20, 2015
7735a1b
update(demo, gridlist): add breakpoints for -xs
ThomasBurleson Dec 21, 2015
c0f5aea
fix(layout): use flex-start instead of start
devversion Dec 20, 2015
bbca34f
fix(virtualRepeat): Recover from scroll events that occur when hidden…
kseamon Dec 18, 2015
43464d0
docs: Fix additional Codepen launching issues.
topherfangio Dec 18, 2015
a687bfc
update(docs): add `flex="nogrow"` example and description
Splaktar Dec 15, 2015
d835b87
docs(virtualRepeat): fix padding on vertical demos
mckenzielong Dec 21, 2015
8ef798f
update(docs): Update README for serving docs site
mprentic-harris Dec 22, 2015
d1b7f79
Merge pull request #6423 from mckenzielong/master
kseamon Jan 5, 2016
0a7ded9
fix(dialog): fix focus trap sometimes not working.
ErinCoughlan Jan 7, 2016
a69c20b
Update license year
naomiblack Jan 8, 2016
68cc0bc
update(docs): add License info to CodePen demos
ThomasBurleson Jan 8, 2016
6838607
update(docs): fix typo in the CodePen license message
ThomasBurleson Jan 8, 2016
e3b79aa
update(docs): improve use of License statement in CodePen demos
ThomasBurleson Jan 8, 2016
226f72f
update(docs): Add license footer to online docs
topherfangio Jan 8, 2016
edfe2ad
update(package.json): add url to MIT license file
ThomasBurleson Jan 11, 2016
985ec60
fix(doc): update CodePen community url
ThomasBurleson Jan 12, 2016
938179b
update(doc): improve link to codepen community
ThomasBurleson Jan 13, 2016
91291ed
update version number in package.json to 1.0.2
jelbourn Jan 15, 2016
3f1208b
feat($mdThemeProvider): allow the user to define a nonce attribute fo…
Jan 15, 2016
0e334cd
fix(datepicker): use time-insensitive comparison for min/max.
jelbourn Jan 15, 2016
1b7b557
test(toolbar): Fix failing unit tests in 1.3.x.
topherfangio Jan 5, 2016
74fe691
fix(input): show messages with nested forms
EladBezalel Dec 12, 2015
6113648
fix(button): aria-label injection
ThomasBurleson Jan 19, 2016
5716340
fix(button): fix aria-label async injection and tests
ThomasBurleson Jan 19, 2016
689a34d
fix(dialog): changed translate3d to translate
EladBezalel Jan 17, 2016
d860274
fix(demos): codepen demos load svg assets
ThomasBurleson Jan 17, 2016
433c01c
docs: Fix MIT License link in footer.
topherfangio Jan 14, 2016
7f1737f
docs: Add homepage link to Changelog.
topherfangio Jan 15, 2016
e327a95
chore(): move CONTRIBUTING.md back to root where github understands it.
jelbourn Jan 16, 2016
3a248c5
docs(layout): fix closing bold tag and change wrong hide attribute to…
devversion Dec 16, 2015
ef71080
build: Attempt to fix some Jenkins build failures.
topherfangio Jan 19, 2016
661d6ac
fix(icon, menuBar, slider, tabs, util): use CSP compliant element.sty…
Jan 19, 2016
bf78b0c
Chain css() calls.
Jan 19, 2016
8ccb518
test(versions): ensure that `angular-touch` and `angular-sanitize` ar…
matsko Jan 20, 2016
7e7ac8f
fix(speedDial): Ensure scale animation actions are invisible when clo…
topherfangio Jan 20, 2016
9d30661
docs(speedDial): Add troubleshooting section.
topherfangio Jan 20, 2016
8871eb3
fix(card): fix card demo for webkit engine
devversion Jan 19, 2016
f079d67
update version number in package.json to 1.0.3
jelbourn Jan 22, 2016
34e0278
fix(input): check if parent form is undefined before checking if it's…
epelc Jan 21, 2016
0dc677c
fix(layout): change attribute selector justify-content to `flex-start`
devversion Jan 23, 2016
a7056cc
fix(layout): Chrome 48 bug with flexbox
ThomasBurleson Jan 26, 2016
3d6077b
fix(layout): flex sizes for 33% and 66% corrected
ThomasBurleson Jan 26, 2016
83f4d5e
fix(datepicker): fix input always being required.
jelbourn Jan 26, 2016
0918596
fix(tabs): fix dynamic height demo for tabs
devversion Jan 21, 2016
b707375
fix(mdSelect): Selected label shouldn't copy the ripple container in …
Emeegeemee Jan 25, 2016
474c37a
fix(layout): restore flex percentages
ThomasBurleson Jan 28, 2016
f4839af
fix(datepicker): set datepicker touched if bluring input or closing t…
devversion Jan 28, 2016
64ae50f
test(virtualRepeat): fix typos in tests
gkalpak Jan 27, 2016
59b5701
md-sidenav fix for documentation
bubersson Jan 26, 2016
3e7ee4b
Mention dependency on angular-messages
jadjoubran Jan 23, 2016
d2b1524
Added link to angular-messages
jadjoubran Jan 24, 2016
4d74b4d
chore(): add implementation notes on themes.
jelbourn Jan 16, 2016
d79ed26
When refreshing doc page, the menu toggle is not open on the current …
8lueberry Jan 7, 2016
5b42709
Fix toggle no animation
8lueberry Jan 7, 2016
0c87f08
fix(input): smart support of icons
EladBezalel Jan 24, 2016
14480b1
perf(icon): avoid multiple renders on frequent changes
EladBezalel Jan 24, 2016
c19eec4
fix(select): made select line height aligned with input
EladBezalel Jan 18, 2016
d963dca
fix(util/datepicker): Remove usages of scope().
topherfangio Jan 19, 2016
ae7d661
fix(dialog): fix dialog resizing on window resize
devversion Jan 27, 2016
fed0b0f
docs(select): add description for mdOnOpen attribute
devversion Jan 27, 2016
b3ffa6f
fix(md-slider): clamp md-slider's initialisation
Jan 27, 2016
95fbb16
fix(menu): cleanup interim element on element destroy
devversion Jan 6, 2016
64911ab
fix(toolbar): apply the warn color, accent color
jean-alain-re Dec 21, 2015
7a98d7b
fix(input): fix invalid animation for input.
devversion Jan 27, 2016
b2d5396
update(release): replace `sed` commands with cross-platform node repl…
robertmesserle Jan 16, 2016
4d5e0ed
feat(whiteframe): support attribute directive to apply md-whiteframe …
ThomasBurleson Jan 28, 2016
e1c07ec
fix(datepicker): change mdDateUtil.isDateWithinRange to ignore the ti…
ademuri Jan 27, 2016
0dc2ec7
update version number in package.json to 1.0.4
jelbourn Jan 28, 2016
eb1249d
feat(layout): add `-print` breakpoint alias
ThomasBurleson Jan 29, 2016
c3fac89
update(build): fix scss to css builds for layout files
ThomasBurleson Jan 30, 2016
00152a2
update(build): simplified use of print features.
ThomasBurleson Jan 30, 2016
7417b3b
update(layout): add layout-nowrap
isaaclyman Jan 29, 2016
d2913a9
fix(whiteframe): update breakpoints in whiteframe class demo
devversion Jan 30, 2016
7930857
Revert "fix(select): made select line height aligned with input"
ThomasBurleson Jan 30, 2016
bb7d62e
update(layout): add layout-nowrap
isaaclyman Jan 29, 2016
9213687
update(docs): menu open to selected/linked demo
ThomasBurleson Jan 30, 2016
417f3c4
feat(layout): add `-print` breakpoint alias
ThomasBurleson Jan 29, 2016
e6f5a03
update(layout): add layout-nowrap
isaaclyman Jan 29, 2016
a8343df
update(bottomsheet): remove not existing targetEvent property from demo
devversion Jan 30, 2016
ef20632
update(theme): add Blue-Grey hue 700 contrast color
pdore-netfore Jan 28, 2016
3f41ae2
update(theme): add Green hue 500 contrast color
pdore-netfore Jan 28, 2016
4d535e2
feat($mdDialog): add prompt
zbjornson Jan 19, 2016
19966a3
fix(select): fix set form to pristine if ng-model for multiple select…
devversion Jan 30, 2016
9ace8ec
fix(dialog): prevent duplicate ids for md-dialog and md-dialog-content
devversion Jan 31, 2016
453f5ff
update(layout): add layout-nowrap
isaaclyman Jan 29, 2016
9a331e7
fix(docs): fix animation for menu-toggle
devversion Jan 31, 2016
f6c93b8
fix(button): fixed wrong md-icon selector and changed raised icon col…
devversion Jan 31, 2016
1f99795
feat(input): add asterisk to input directive
devversion Jan 12, 2016
52a519e
fix(autocomplete): allow clicking on not-found template.
devversion Jan 28, 2016
82625cf
fix(demo): observe interpolated docs-demo attributes + fix layout ali…
devversion Jan 6, 2016
3a51edf
fix(fabController): Properly namespace FabController.
topherfangio Jan 29, 2016
da53c00
fix(docs): DocsDemoCtrl fixed to interpolate and observe.
ThomasBurleson Feb 1, 2016
fd46483
fix(input): truncate long label
EladBezalel Jan 29, 2016
2dfd1cd
fix(list): Don't require avatar to be direct child
programmist Dec 9, 2015
6dd6d96
fix(radio, divider): support all layout classes
EladBezalel Jan 24, 2016
2b1af61
docs(tabs): add documentation for missing border-bottom attribute
devversion Jan 31, 2016
5871c93
Fix typo in docs and its/it's typos
Jan 31, 2016
655eb0f
fix(autocomplete): store hasNotFoundTemplate in shared element
devversion Nov 21, 2015
3ffa0a2
fix(listItem): allow for multiple md-secondary items
OzzieOrca Nov 27, 2015
4fb92e3
update(demo, list): add multiple secondary items
ThomasBurleson Feb 1, 2016
5792502
update(input): show warn color for label if input is invalid and blur…
devversion Feb 2, 2016
b70234e
fix(docs, demo): tooltip mdDelay documented and demo
devversion Nov 16, 2015
ad9ba52
docs(partials/layout-children): fix typo
prayagverma Feb 2, 2016
bb5c105
fix(list): show item content separated to the button
devversion Feb 2, 2016
03caf58
feat(chips): md-max-chips to specify a maximum of chips that can be a…
devversion Feb 4, 2016
bc55ac9
fix(autocomplete): fixes the sizing math
Feb 4, 2016
1f54bf6
fix(autocomplete): fix autocomplete tabindex support
devversion Feb 3, 2016
f1b9917
docs(input): improve documentation for `md-no-float`
devversion Feb 3, 2016
2bf00ad
fix(virtualRepeat): Do not scroll past bottom Fixes #6279 Might also …
kseamon Feb 2, 2016
9179c61
fix(select): use parsed attribute for md-container-class attribute
devversion Feb 3, 2016
3fffde7
feat(autocomplete): allow select on match to be case insensitive.
devversion Jan 31, 2016
df90238
fix(card): image height should maintain aspect ratio
ThomasBurleson Feb 4, 2016
179dc19
update(build, docs) Fix GitCDN links with version/new URL.
topherfangio Feb 4, 2016
7778a9c
fix(input): smart icon support for input, textarea, select
devversion Feb 2, 2016
57a0ca7
Update toast.js
xenit-raven Jan 5, 2016
9c8c6b0
Update dialog.js
xenit-raven Jan 5, 2016
9b9e4a5
fix(slider): allow tabindex overwrite
devversion Nov 24, 2015
83829a7
fix(toolbar): apply accent color to ripple and icons in toolbar.
devversion Jan 5, 2016
47f3700
fix(input): calculate icon vertical offset
devversion Jan 5, 2016
c9fe226
docs(progressCircular): fix spelling of diameter
devversion Nov 14, 2015
2e7edda
docs(datepicker): fix typo in dateLocaleProvider
devversion Nov 14, 2015
a43da4d
chore(build-module-demo): fix lodash template compilation.
devversion Dec 20, 2015
d2953a9
test (mdChips: placeholder): add missing tests
ericgundrum Jan 4, 2016
dfd4ba2
fix(md-chips placeholder): correct placeholder/secondary logic
ericgundrum Jan 4, 2016
1a852bc
feat(input): add directive to auto select text on input focus
devversion Feb 2, 2016
176a2f9
fix(input): match up all label transitions
ThomasBurleson Feb 4, 2016
4d59a61
fix(autocomplete): improve promise logic
ThomasBurleson Feb 4, 2016
a6f3676
fix(test, tooltip): remove xdescribe
ThomasBurleson Feb 4, 2016
9e7937e
update version number in package.json to 1.0.5
jelbourn Feb 5, 2016
33d6fb2
Update README.md
ThomasBurleson Feb 6, 2016
88d2c11
Update README.md
ThomasBurleson Feb 6, 2016
beceb39
Just a typo fix.
DannyBurnett Feb 6, 2016
e023791
update(test): disable tooltip tests
ThomasBurleson Feb 7, 2016
9ff6bf1
update(test): Travis test changes to `patch` branch
ThomasBurleson Feb 7, 2016
90178e8
update(test): add angular-messages karma dependency
ThomasBurleson Feb 8, 2016
8685576
fix(build): add phantomjs polyfill for ng1.5 testing
ThomasBurleson Feb 8, 2016
cda63d6
upgrade(tests): use PhantomJS2
ThomasBurleson Feb 8, 2016
4e977bb
fix(tests): configure Travis CI to use PhantomJS2
ThomasBurleson Feb 9, 2016
5d7398e
chore(travis): update travis phantom install
rschmukler Feb 9, 2016
437a308
chore(travis): properly set phantom variable
rschmukler Feb 9, 2016
df268e8
fix(tests): improve karma config for failing CI server.
topherfangio Feb 9, 2016
37bc31f
update(karma): add support for Chrome browse on Travis
ThomasBurleson Feb 12, 2016
e449892
update(travis): enable Chrome testing on Travis
ThomasBurleson Feb 12, 2016
c202973
update(travis): tests master, patch, and minor branches
ThomasBurleson Feb 12, 2016
55b71a4
fix(tabs): fixes tab math to address issues when used within dialog
Feb 10, 2016
4a2e558
fix(card): flex-size 0px didn't worked well on IE
EladBezalel Feb 10, 2016
1157504
build(scss): Reintroduce variable hoisting.
dansanderson Feb 9, 2016
658bc2b
fix(toast,css): Fix padding on mobile.
dansanderson Feb 9, 2016
af40e25
fix(toast): Updated toast styles, added rtl features, added custom demo
dansanderson Feb 8, 2016
f9f893a
fix(FAB): Re-add line-height to fix ui-sref issues.
topherfangio Feb 12, 2016
1d8fc16
fix(tabs): fixes background flicker in iOS Safari
Feb 8, 2016
9ea6564
Merge pull request #1 from angular/master
ililienthal Feb 16, 2016
91417a9
Update virtual-repeater.js
ililienthal Feb 16, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 13 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Language: JavaScript
BasedOnStyle: Google
ColumnLimit: 100

TabWidth: 2
ContinuationIndentWidth: 4
MaxEmptyLinesToKeep : 2

AllowShortBlocksOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Empty

13 changes: 3 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
*.log
*.sw*
.DS_STORE
.sass-cache/
bower_components
.DS_Store
node_modules
dist
themes/_default-theme.scss

/.idea/
/components
/vendor

.polymer-qp
.nvmrc
tmp/
3 changes: 2 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"expr": true,
"boss": true
"boss": true,
"laxbreak": true
}
48 changes: 43 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,61 @@
language: node_js
sudo: true
node_js:
- '0.10'
- '4.2.3'
env:
global:
secure: TWmpBzRG68b9e5wbJ7I6ox8TrZTnU/XpOkBvggJyuMgvUz27accp92Y9U7DWUPiXYXcWnoc7pqVAvEbwd1/ykHKCqezmyEXsrzZo6POg2lNFXkI9vSuDukL8A4Ct9zANVmr+5Y+kEBtQ/viyO5Rxc5H9bZskSeMaegqR60ZT2E8=
- CXX=g++-4.8 # node 4 likes the G++ v4.8 compiler
- SAUCE_USERNAME=angular-ci
- SAUCE_ACCESS_KEY=9b988f434ff8-fbca-8aa4-4ae3-35442987

secure: TWmpBzRG68b9e5wbJ7I6ox8TrZTnU/XpOkBvggJyuMgvUz27accp92Y9U7DWUPiXYXcWnoc7pqVAvEbwd1/ykHKCqezmyEXsrzZo6POg2lNFXkI9vSuDukL8A4Ct9zANVmr+5Y+kEBtQ/viyO5Rxc5H9bZskSeMaegqR60ZT2E8=


# node 4 likes the G++ v4.8 compiler
# see https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

branches:
only:
- master
- patch
- minor

before_install:
# configure latest google-chrome version
- export CHROME_BIN=/usr/bin/google-chrome
- sudo apt-get update
- sudo apt-get install -y libappindicator1 fonts-liberation
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome*.deb
# configure phantomjs2
- mkdir travis-phantomjs
- wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
- export PHANTOMJS_BIN=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin/phantomjs
# firefox virtual screen
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start


before_script:
- npm install -g bower
- bower install
- git config --global user.email "ngmaterial@googlegroups.com"
- git config --global user.name "ngMaterial Bot"

script:
- gulp karma --browsers=PhantomJS
# Fail builds which use iit/ddescribe, but run the tests anyways
- gulp ddescribe-iit
- gulp karma --reporters='dots'

after_success:
- ./scripts/travis-build-init.sh --sha=$TRAVIS_COMMIT

notifications:
flowdock: ca58afe1354053b15fe75a763138829d


135 changes: 0 additions & 135 deletions BUILD.md

This file was deleted.

Loading