phamdt
4645c95702
docs(tutorial/step-5): fix wrong link to services guide
...
Closes #4477
2013-10-25 21:51:23 +01:00
Brad Green
c47a366bc4
docs(guide): rewrite guide landing page
...
Change landing page to include a set of curated links with subject
headings as a guide through Angular's docs and other resources.
Closes #4470
2013-10-25 21:47:29 +01:00
Maarten Stolte
bb1395b452
docs(guide/e2e-testing): remove superfluous block of text
...
The removed block is repeated from the unit-testing guide and appears
in an awkward place in this text.
Closes #4456
2013-10-25 21:46:32 +01:00
mmieszek
e7177d3159
docs(guide/expression): fix duplicate key error in example
...
The example that demonstrates how to parse expressions can fail if you
pass in the same expression twice. By using "track by $index" we can
fix this.
Closes #4472
2013-10-25 21:46:31 +01:00
Pete Bacon Darwin
3e79c9b098
chore(grunt): add jshint to the test task
...
It is very easy to let jshint failures slip into the master build if
the jshint task is not part of the standard local grunt tasks.
2013-10-24 23:26:37 +01:00
Sam Dornan
e8a3569be6
docs(ngClass): fix typo
...
Closes #4471
2013-10-24 23:22:36 +01:00
Wesley Cho
459e85bfea
docs(rootScope): add example of using a listener function for $watch
...
Closes #4451
2013-10-24 23:13:30 +01:00
Igor Minar
1ae34aac81
chore(validate-commit-msg.js): increase the max line limit for commit messages from 70 to 100
2013-10-24 15:09:30 -07:00
Pete Bacon Darwin
82dec9b81e
style($route): fix line length
2013-10-24 22:36:40 +01:00
Matias Niemelä
76b628bcb3
fix($animate): skip unnecessary addClass/removeClass animations
...
Skip addClass animations if the element already contains the class that is being
added to element. Also skip removeClass animations if the element does not contain
the class that is being removed.
Closes #4401
Closes #2332
2013-10-24 17:35:57 -04:00
basarat
46d396df72
docs(ngModelController): $parent can help isolate scope directives
2013-10-24 22:26:39 +01:00
CloudDueling.com
db9c6a3528
docs(error/multidir): improve the sentence fluency
...
Closes #4449
2013-10-24 22:21:27 +01:00
Josh Schumacher
3b046c9eaa
docs($routeProvider): document route.resolve rejection
...
Add documentation that the $routeChangeError event is fired when a
route resolve promise is rejected
Closes #4447
2013-10-24 22:17:50 +01:00
wiebl
3c05e36e79
docs(select): fix typo
...
Closes #4433
2013-10-24 22:12:51 +01:00
Walter Higgins
88e35fa8d6
docs(tutorial/step_00): reword sentence to make sense
...
Closes #4429
2013-10-24 22:11:56 +01:00
Nicolas Brugneaux
93132b96bf
docs(ngBindHtml): add example
...
Closes #4427
2013-10-24 22:11:56 +01:00
Igor Minar
faf5b980da
fix($compile): instantiate controlers when re-entering compilation
...
When we re-enter compilation either due to async directive templates or element transclude directive
we need to keep track of controllers to instantiate during linking.
This piece of info was missing when re-entering compilation and that's what this commit fixes.
I also reordered the properties in the previousCompileContext object.
Closes #4434
Closes #4616
2013-10-24 13:54:15 -07:00
Dave Peticolas
e57d5b89ca
docs(ngNonBindable): fix punctuation
...
Closes #4424
2013-10-24 21:08:42 +01:00
Pete Bacon Darwin
e690eaae53
docs($provide): Fix typo
...
Closes #4420
2013-10-24 20:54:26 +01:00
G.H. Naylor
d3930fdfd9
docs(modulerr): fix typo
...
Closes #4418
2013-10-24 20:51:32 +01:00
Josh McAdams
1c621bdf23
docs(tutorial/step-07): fix typo
...
Closes #4410
2013-10-24 20:43:32 +01:00
Tyler McGinnis
bf29cbc53f
docs(ngController): do not attach a controller twice
...
A common mistake for beginners is to attach a controller in both the
$routeProvider and also in the html document using the ng-controller
directive. This change highlights this, to help prevent developers from
doing so in the future.
Closes #4409
2013-10-24 20:42:02 +01:00
Matias Niemelä
261057db9b
chore(ngdocs): ensure the docs menu changes when browsing a different section
...
Closes #4619
2013-10-24 09:27:45 -04:00
Dmitry Shirokov
4b653aeac1
fix(input): keep track of min/max attars on-the-fly
...
Now input[type=button] keeps track of both min and max attrs even if they change over time.
2013-10-24 09:19:55 -04:00
Matias Niemelä
269bc7e51f
chore(docs): fix jsHint errors with long lines
2013-10-23 17:44:37 -04:00
Brian Ford
e69c287293
docs(guide/directive,guide/compiler,): drastically improve
2013-10-23 14:17:27 -07:00
Matias Niemelä
32ab648c79
chore(ngMocks): shorten the length of the description line to avoid jsHint errors
2013-10-23 17:06:14 -04:00
Matias Niemelä
a7e12b7959
feat(docs): provide index pages for each angular module
2013-10-23 17:00:12 -04:00
Matias Niemelä
3f568b22f9
fix(ngView): ensure the new view element is placed after the old view element
...
Closes #4362
2013-10-23 10:30:45 -07:00
Matias Niemelä
2623de1426
fix($animate): ensure animations work properly when the $rootElement is being animated
...
Closes #4397
Closes #4231
2013-10-23 07:26:41 -04:00
Matias Niemelä
f5289fe84f
fix($animate): only cancel class-based animations if the follow-up class contains CSS transition/keyframe animation code
...
Closes #4463
Closes #3784
2013-10-23 07:08:03 -04:00
Matias Niemelä
74912802c6
feat(ngdocs): add forward slash shortcut key for search bar
2013-10-22 21:23:59 -04:00
Matias Niemelä
6c20ec193f
fix(ngdocs): remove the side search bar
...
BREAKING CHANGE
The side search bar on the docs page has been removed in favor of the
top search bar.
2013-10-22 21:23:59 -04:00
Vojta Jina
06557aab44
chore(travis): run jshint task on Travis
2013-10-22 15:32:41 -07:00
Vojta Jina
f2fab49830
style: make jshint happy
2013-10-22 15:32:41 -07:00
Pete Bacon Darwin
934a95d3ef
chore(grunt): add jshint tasks
2013-10-22 15:32:40 -07:00
Igor Minar
2d8d6dd192
chore(Grunt): use the latest Content-Security-Policy header in csp mode
2013-10-22 15:21:24 -07:00
tigbro
a86cf20e67
fix: don't inline css in csp mode.
...
Also add `angular-csp.css` to the resulting build.
2013-10-22 15:21:23 -07:00
Grzegorz Lachowski
b9557b0a86
fix(ngAnimate): fix cancelChildAnimations throwing exception
...
fix ngAnimate throwing exception in cancelChildAnimations on deletion of
element (ngAnimate's leave decorator) of repeated element when using
ng-include on this element.
Closes #4548
2013-10-22 15:09:52 -04:00
Igor Minar
280e33d22a
docs(ngCsp): pretty-format docs
2013-10-21 17:39:05 -07:00
Daniel Lamb
3661bab202
revert(validate-commit-msg): fix incorrect comment
...
Revert 581ec6be7d7e546a1c563906e1877498d7d655a2 since it was not valid.
Closes #3952
2013-10-21 16:26:05 +01:00
Igor Minar
08f376f2ea
fix(csp): fix csp auto-detection and stylesheet injection
...
When we refactored , we broke the csp mode because the previous implementation
relied on the fact that it was ok to lazy initialize the .csp property, this
is not the case any more.
Besides, we need to know about csp mode during bootstrap and avoid injecting the
stylesheet when csp is active, so I refactored the code to fix both issues.
PR #4411 will follow up on this commit and add more improvements.
Closes #917
Closes #2963
Closes #4394
Closes #4444
BREAKING CHANGE: triggering ngCsp directive via `ng:csp` attribute is not
supported any more. Please use data-ng-csp instead.
2013-10-18 17:33:53 -07:00
Vojta Jina
14438058da
docs: correct broken links
...
This also contains some whitespace corrections by my editor.
2013-10-18 15:35:41 -07:00
Vojta Jina
e8cc85f733
chore(docs): generate header ids for better linking
...
- generate ids for all headers
- collect defined anchors
- check broken links (even if the page exists, but the anchor/id does not)
2013-10-18 15:35:41 -07:00
Vojta Jina
c22adbf160
fix($injector): allow a constructor function to return a function
...
This change makes `$injector.instantiate` (and thus `$provide.service`) to behave the same as native
`new` operator.
2013-10-18 15:26:51 -07:00
Igor Minar
dba566a96d
docs($rootScope): better document infinite digest and ttl
2013-10-15 11:28:47 -07:00
Chirayu Krishnappa
6d324c76f0
fix($parse): check function call context to be safe
...
Closes #4417
2013-10-15 06:43:19 -07:00
Igor Minar
3aefd3a4f0
chore(release): start 1.2.0 iteration
2013-10-15 06:24:37 -07:00
Igor Minar
ff923a5d45
docs(changelog): release notes for 1.2.0-rc.3
2013-10-15 06:12:43 -07:00
Igor Minar
0d63ad5ccf
chore(release): cut 1.2.0-rc.3 ferocious-twitch release
2013-10-14 10:36:23 -07:00